We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa5085 commit dd47201Copy full SHA for dd47201
.eslintrc.json
@@ -10,7 +10,8 @@
10
"plugin:import/typescript",
11
"plugin:react/recommended",
12
"plugin:prettier/recommended",
13
- "plugin:react-hooks/recommended"
+ "plugin:react-hooks/recommended",
14
+ "plugin:sonarjs/recommended"
15
],
16
"parser": "@typescript-eslint/parser",
17
"parserOptions": {
@@ -26,7 +27,8 @@
26
27
"prettier",
28
"eslint-plugin-import-helpers",
29
"import",
- "react-hooks"
30
+ "react-hooks",
31
+ "sonarjs"
32
33
"rules": {
34
"prettier/prettier": "error",
0 commit comments