-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ink): Update eslint config in packages/dds/ink to extend "re…
…commended" base config (#23575) ## Description > The package currently uses our "minimal" config. We should update it to use "recommended" and fix the resulting linter violations. To update the config, replace the "@fluidframework/eslint-config-fluid/minimal" entry in the extends block of the package's `.eslintrc.js` with "@fluidframework/eslint-config-fluid/recommended". Running `npm run eslint` from within the package directory will reveal the issues that need to be resolved. Recommendation: start by running `npm run eslint:fix` (after updating the config and building the code) and audit the results. This will attempt to auto-fix many of the new rules being pulled in. This will likely be much easier than going through all of the violations and fixing by hand. Once the auto-fixable issues have been resolved, you will unfortunately need to go through the remaining violations manually. [AB#3011](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/3011)
- Loading branch information
Showing
4 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters