@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.
Files changed (2) hide show
  1. package/index.js +1 -4
  2. 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
- typescript: {
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-react",
3
- "version": "9.0.7",
3
+ "version": "9.0.8",
4
4
  "description": "Mikey Pro ESLint React configuration - Ultimate React coding style guide",
5
5
  "type": "module",
6
6
  "main": "index.js",