@mikey-pro/eslint-config 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +3 -4
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -92,6 +92,7 @@ module.exports = {
|
|
|
92
92
|
},
|
|
93
93
|
},
|
|
94
94
|
rules: {
|
|
95
|
+
'react/state-in-constructor': 0,
|
|
95
96
|
'react/no-deprecated': 2,
|
|
96
97
|
'react/react-in-jsx-scope': 0,
|
|
97
98
|
'react/display-name': [1, { ignoreTranspilerName: false }],
|
|
@@ -425,10 +426,8 @@ module.exports = {
|
|
|
425
426
|
pragma: 'h',
|
|
426
427
|
version: 'preact',
|
|
427
428
|
},
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
typescript: {},
|
|
431
|
-
},
|
|
429
|
+
'import/resolver': {
|
|
430
|
+
typescript: {},
|
|
432
431
|
},
|
|
433
432
|
},
|
|
434
433
|
parser: '@babel/eslint-parser',
|