Skip to content

Commit

Permalink
Check all plugins for new rules
Browse files Browse the repository at this point in the history
Overrides are not supported, yet, so some rules were missed. See: sarbbottam/eslint-find-rules#317
  • Loading branch information
darekkay committed May 13, 2021
1 parent c190538 commit c457558
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion internals/config-all.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
module.exports = {
extends: ["../react", "../nodejs", "../typescript"],
extends: [
"../base.js",

"../plugins/import.js",
"../plugins/jest.js",
"../plugins/jest-dom.js",
"../plugins/node.js",
"../plugins/react.js",
"../plugins/testing-library.js",
"../plugins/typescript-static.js",
"../plugins/typescript-types.js",
"../plugins/unicorn.js",

"../plugins/prettier.js",
],

plugins: ["@typescript-eslint"],
};

0 comments on commit c457558

Please sign in to comment.