@mikey-pro/eslint-config-react 9.0.7 → 9.0.8
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.js +1 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -219,9 +219,7 @@ const reactConfig = {
|
|
|
219
219
|
},
|
|
220
220
|
settings: {
|
|
221
221
|
'import/resolver': {
|
|
222
|
-
|
|
223
|
-
alwaysTryTypes: true,
|
|
224
|
-
},
|
|
222
|
+
node: { extensions: ['.js', '.jsx', '.ts', '.tsx', '.mjs', '.cjs'] },
|
|
225
223
|
},
|
|
226
224
|
react: {
|
|
227
225
|
version: 'detect',
|
|
@@ -257,7 +255,6 @@ export default [
|
|
|
257
255
|
'*.psd',
|
|
258
256
|
'*.ai',
|
|
259
257
|
'*.ase',
|
|
260
|
-
'*.sh',
|
|
261
258
|
'*.bat',
|
|
262
259
|
'*.cmd',
|
|
263
260
|
'package-lock.json',
|