@mikey-pro/eslint-config 6.3.0 → 6.4.4

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 +4 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9,7 +9,6 @@ module.exports = {
9
9
  extends: [
10
10
  'eslint:recommended',
11
11
  'react-app',
12
- 'react-app/jest',
13
12
  'plugin:unicorn/all',
14
13
  'plugin:sonarjs/recommended',
15
14
  'plugin:compat/recommended',
@@ -214,7 +213,10 @@ module.exports = {
214
213
  {
215
214
  files: ['*.test.*'],
216
215
  plugins: ['jest'],
217
- extends: ['plugin:jest/all'],
216
+ extends: ['plugin:jest/all', 'react-app/jest'],
217
+ rules: {
218
+ 'unicorn/no-array-callback-reference': 0,
219
+ },
218
220
  },
219
221
  {
220
222
  files: ['*.cy.*'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.3.0",
3
+ "version": "6.4.4",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [