We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784ea7e commit 83d2addCopy full SHA for 83d2add
index.js
@@ -16,6 +16,7 @@ module.exports = {
16
extends: ["./rules/import.js"]
17
.map(require.resolve)
18
.concat([
19
+ "plugin:react/recommended",
20
"plugin:@typescript-eslint/recommended",
21
"plugin:@typescript-eslint/recommended-requiring-type-checking",
22
]),
0 commit comments