@mikey-pro/eslint-config 6.4.4 → 6.4.6

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -52,6 +52,7 @@ module.exports = {
52
52
  },
53
53
  plugins: ['@typescript-eslint'],
54
54
  rules: {
55
+ '@typescript-eslint/unbound-method': 0,
55
56
  '@typescript-eslint/naming-convention': 0,
56
57
  'import/default': 0,
57
58
  'import/named': 0,
@@ -213,7 +214,7 @@ module.exports = {
213
214
  {
214
215
  files: ['*.test.*'],
215
216
  plugins: ['jest'],
216
- extends: ['plugin:jest/all', 'react-app/jest'],
217
+ extends: ['plugin:jest/all'],
217
218
  rules: {
218
219
  'unicorn/no-array-callback-reference': 0,
219
220
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.4.4",
3
+ "version": "6.4.6",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [