@mikey-pro/eslint-config 6.4.13 → 6.4.19

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 +0 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -12,7 +12,6 @@ module.exports = {
12
12
  'eslint:recommended',
13
13
  'react-app',
14
14
  'plugin:unicorn/all',
15
- 'plugin:sonarjs/recommended',
16
15
  'plugin:compat/recommended',
17
16
  'plugin:css-modules/recommended',
18
17
  'plugin:prettier/recommended',
@@ -263,7 +262,6 @@ module.exports = {
263
262
  'disable-autofix',
264
263
  '@babel',
265
264
  'unicorn',
266
- 'sonarjs',
267
265
  'only-warn',
268
266
  '@cypress/json',
269
267
  ],
@@ -381,8 +379,6 @@ module.exports = {
381
379
  },
382
380
  ],
383
381
  radix: 1,
384
- 'react-hooks/exhaustive-deps': 0,
385
- 'react-hooks/rules-of-hooks': 1,
386
382
  'react/display-name': [1, { ignoreTranspilerName: false }],
387
383
  'react/function-component-definition': [
388
384
  0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.4.13",
3
+ "version": "6.4.19",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [