We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af84863 commit f9539d3Copy full SHA for f9539d3
1 file changed
snprc_ehr/.eslintrc
@@ -10,7 +10,7 @@
10
"ecmaFeatures": {
11
"jsx": true
12
}
13
- },
+ },
14
"settings": {
15
"import/resolver": {
16
"node": {
@@ -40,7 +40,7 @@
40
],
41
"import/extensions": 0,
42
"import/no-extraneous-dependencies": 0,
43
- "import/no-unresolved": 0,
+ "import/no-unresolved": 2,
44
"import/prefer-default-export": 0,
45
"import/no-named-as-default": 0,
46
"jsx-boolean-value": 0,
@@ -98,7 +98,7 @@
98
"react/jsx-no-target-blank": "error",
99
"react/jsx-pascal-case": "error",
100
"react/jsx-sort-props": "error",
101
- "react/state-in-constructor": "off",
+ "react/state-in-constructor": "off",
102
"react/destructuring-assignment": "off",
103
},
104
"overrides": [
0 commit comments