@mikey-pro/eslint-config 6.4.21 → 6.5.1

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 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,7 +10,6 @@ module.exports = {
10
10
  },
11
11
  extends: [
12
12
  'eslint:recommended',
13
- 'react-app',
14
13
  'plugin:unicorn/all',
15
14
  'plugin:compat/recommended',
16
15
  'plugin:css-modules/recommended',
@@ -218,11 +217,6 @@ module.exports = {
218
217
  extends: ['plugin:jest/all'],
219
218
  rules: {
220
219
  'unicorn/no-array-callback-reference': 0,
221
- },
222
- },
223
- {
224
- files: ['*.test.js'],
225
- rules: {
226
220
  'jest/unbound-method': 0,
227
221
  },
228
222
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.4.21",
3
+ "version": "6.5.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [