-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix remaining eslint warnings #4204
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Comments
This was referenced May 2, 2022
This was referenced May 4, 2022
This was referenced May 12, 2022
tracyboehrer
pushed a commit
that referenced
this issue
Jun 15, 2022
* Warnings fixed in botbuilder-ai-orchestrator * Warnings in botbuilder fixed. * Warnings fixed in adaptive-expressions * Warnings fixed in botframework-connector * Suggested changes applied. * Documentation updated * Additional warning fixed. Co-authored-by: Emiliano Quiroga <[email protected]>
tracyboehrer
added a commit
that referenced
this issue
Jun 16, 2022
…4228) * Fix eslint issues in botbuilder-core (1/2) * Fix depcheck error * Corrected conflict resolution error * Fixed accessor conflict Co-authored-by: tracyboehrer <[email protected]> Co-authored-by: Tracy Boehrer <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 12, 2022
…ive (#4230) * Fix eslint issues in botbuilder-dialogs-adaptive * Fix spacing
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
…gs libraries - botbuilder adaptive testing (#4237) * Warnings fixed. Missing documentation, unused parameters and imports, disabling detect-non-literal-fs-filename rule and no-constant-condition rule. * Void changes removed. Unknown type restored to Any. Documentation added. * api.md file moved to etc folder * Suggested changes applied. Co-authored-by: Emiliano Quiroga <[email protected]> Co-authored-by: Cecilia Avila <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
* Fix eslint issues in botframework-config * Update botframework-config compat Co-authored-by: Cecilia Avila <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
* Fix eslint issues in botbuilder-lg * Update botbuilder-lg compat * Fix EvaluationOptions nullSubstitution * Missing dots. * Revert "Update botbuilder-lg compat" This reverts commit 2c88f64. * Add missing documentation for the Templates class * Uppercase instead of lowercase in method definitions. * ammend Co-authored-by: Emiliano Quiroga <[email protected]> Co-authored-by: Cecilia Avila <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
* Fix eslint issues in botbuilder-ai * Update botbuilder-ai compat * Fix eslint disable rule * ammend * Revert "Fix eslint disable rule" This reverts commit 36bef89. * Commit reverted. Co-authored-by: Emiliano Quiroga <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
…gs libraries - botbuilder declarative (#4238) * Automatic and manual fixes. Fs.readFileSync dynamic path, missing documentation. * Documentation improvements. Co-authored-by: Emiliano Quiroga <[email protected]> Co-authored-by: Cecilia Avila <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 13, 2022
…gs libraries - adaptive runtime (#4239) * Warnings fixed. Missing documentation. * Minor documentation changes Co-authored-by: Emiliano Quiroga <[email protected]>
tracyboehrer
pushed a commit
that referenced
this issue
Jul 19, 2022
) * Update eslint config * Update lint script to fail if there is a warning Co-authored-by: Cecilia Avila <[email protected]> Co-authored-by: CeciliaAvila <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Description
There are still eslint warnings to solve in several libraries in order to treat the violations as errors in CI.

This is the current status:
Proposed solution
Fix all the remaining warnings in the different libraries and update the .eslintrc.json file to prevent new issues to be introduced.
The text was updated successfully, but these errors were encountered: