@mikey-pro/eslint-config 6.0.0 → 6.0.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 +2 -1
  2. package/package.json +3 -12
package/index.js CHANGED
@@ -236,6 +236,7 @@ module.exports = {
236
236
  'unicorn',
237
237
  'sonarjs',
238
238
  'only-warn',
239
+ '@cypress/json',
239
240
  ],
240
241
  root: true,
241
242
  rules: {
@@ -432,10 +433,10 @@ module.exports = {
432
433
  'valid-jsdoc': 0,
433
434
  },
434
435
  settings: {
435
- 'json/sort-package-json': 'pro',
436
436
  polyfills: ['Promise'],
437
437
  react: {
438
438
  version: 'detect',
439
439
  },
440
+ 'json/json-with-comments-files': [],
440
441
  },
441
442
  };
package/package.json CHANGED
@@ -1,13 +1,9 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
- "files": [
7
- "index.js",
8
- "README.md",
9
- "LICENSE"
10
- ],
6
+ "files": ["index.js", "README.md", "LICENSE"],
11
7
  "license": "MIT",
12
8
  "repository": {
13
9
  "type": "git",
@@ -32,10 +28,5 @@
32
28
  "style",
33
29
  "guide"
34
30
  ],
35
- "contributors": [
36
- "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
37
- ],
38
- "browserslist": [
39
- "defaults"
40
- ]
31
+ "browserslist": ["defaults"]
41
32
  }