Skip to content

Commit

Permalink
lint refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Apr 6, 2022
1 parent f6b94c0 commit f50d8b1
Show file tree
Hide file tree
Showing 10 changed files with 1,494 additions and 924 deletions.
2 changes: 2 additions & 0 deletions common/build/eslint-config-fluid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ESLint provides a way to print the config that would apply to a file (`--print-c
print out the applied config as a JSON file. As we make changes to the config, we can print out the config again and get
a diff to review as part of a PR -- just like we do with API reports for code changes.

When updating the lint config, run the `build` script for this package and commit the resulting changes.

## Scripts

<!-- AUTO-GENERATED-CONTENT:START (SCRIPTS) -->
Expand Down
381 changes: 0 additions & 381 deletions common/build/eslint-config-fluid/eslint7.js

This file was deleted.

2 changes: 1 addition & 1 deletion common/build/eslint-config-fluid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Licensed under the MIT License.
*/

module.exports = require("./minimal.js")
module.exports = require("./shared-config.js")
Loading

0 comments on commit f50d8b1

Please sign in to comment.