@mikey-pro/eslint-config 6.1.9 → 6.2.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 +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -211,6 +211,11 @@ module.exports = {
211
211
  'prettier/prettier': [1, { parser: 'json5' }],
212
212
  },
213
213
  },
214
+ {
215
+ files: ['*.test.*'],
216
+ plugins: ['jest'],
217
+ extends: ['plugin:jest/all'],
218
+ },
214
219
  ],
215
220
  parser: '@babel/eslint-parser',
216
221
  parserOptions: {
@@ -445,6 +450,9 @@ module.exports = {
445
450
  react: {
446
451
  version: 'detect',
447
452
  },
453
+ jest: {
454
+ version: 29,
455
+ },
448
456
  'json/json-with-comments-files': [],
449
457
  'json/package-json-sort-order': [
450
458
  'name',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.1.9",
3
+ "version": "6.2.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [