southworks / botbuilder-js

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

fix: [#4684] ESLint issues in botbuilder-ai #496

Closed ceciliaavila closed 2 weeks ago

ceciliaavila commented 1 month ago

Addresses # 4684

minor

Description

This PR fixes the new ESLint errors and warnings after upgrading the ESLint packages in the botbuilder-ai project. Additionally, it adds the eslint-import-resolver-typescript resolver to avoid import/no-unresolved errors when the eslint command runs without building the project.

Specific Changes

Testing

The following images show the number of issues fixed in the library. image

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11747682649

Details


Totals Coverage Status
Change from base Build 11691458662: 0.002%
Covered Lines: 20517
Relevant Lines: 23066

💛 - Coveralls
ceciliaavila commented 2 weeks ago

/promoted 4790