@mikey-pro/eslint-config 6.4.10 → 6.4.11

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 +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -221,6 +221,12 @@ module.exports = {
221
221
  'unicorn/no-array-callback-reference': 0,
222
222
  },
223
223
  },
224
+ {
225
+ files: ['*.test.js'],
226
+ rules: {
227
+ 'jest/unbound-method': 0,
228
+ },
229
+ },
224
230
  {
225
231
  files: ['*.cy.*'],
226
232
  plugins: ['cypress'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.4.10",
3
+ "version": "6.4.11",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [