southworks / botbuilder-js

JavaScript SDK used to build chat bots for the Microsoft Bot Framework.
MIT License
1 stars 3 forks source link

fix: ESLint issues in botbuilder #501

Open JhontSouth opened 1 month ago

JhontSouth commented 1 month ago

Addresses # 4684

minor

Description

This PR fixes the new ESLint issues after upgrading the ESLint packages in the botbuilder library.

Specific Changes

Testing

The following image shows the issues fixed in the library. image

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11841683022

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder/src/botFrameworkAdapter.ts 7 8 87.5%
libraries/botbuilder/src/skills/cloudSkillHandler.ts 0 1 0.0%
libraries/botbuilder/src/skills/skillHttpClient.ts 0 1 0.0%
libraries/botbuilder/src/cloudAdapter.ts 1 3 33.33%
<!-- Total: 18 23 78.26% -->
Totals Coverage Status
Change from base Build 11691458662: -0.003%
Covered Lines: 20517
Relevant Lines: 23067

💛 - Coveralls