@mikey-pro/eslint-config 6.2.1 → 6.4.2

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 +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -215,6 +215,14 @@ module.exports = {
215
215
  files: ['*.test.*'],
216
216
  plugins: ['jest'],
217
217
  extends: ['plugin:jest/all'],
218
+ rules: {
219
+ 'unicorn/no-array-callback-reference': 0,
220
+ },
221
+ },
222
+ {
223
+ files: ['*.cy.*'],
224
+ plugins: ['cypress'],
225
+ extends: ['plugin:cypress/recommended'],
218
226
  },
219
227
  ],
220
228
  parser: '@babel/eslint-parser',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.2.1",
3
+ "version": "6.4.2",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [