@mikey-pro/eslint-config 7.2.2 → 7.2.3
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.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -120,7 +120,6 @@ module.exports = {
|
|
|
120
120
|
'prettier/prettier': ['warn', { parser: 'json' }],
|
|
121
121
|
},
|
|
122
122
|
settings: {
|
|
123
|
-
'json/json-with-comments-files': [],
|
|
124
123
|
'json/package-json-sort-order': [
|
|
125
124
|
'name',
|
|
126
125
|
'version',
|
|
@@ -406,10 +405,9 @@ module.exports = {
|
|
|
406
405
|
},
|
|
407
406
|
],
|
|
408
407
|
'unicorn/import-index': ['warn', { ignoreImports: true }],
|
|
409
|
-
'@cypress/json/json-with-comments':
|
|
410
|
-
'[**/tsconfig.json, .vscode/**, **/cypress.json, **/cypress.jsonc, **/cypress.json5]',
|
|
411
408
|
},
|
|
412
409
|
settings: {
|
|
410
|
+
'json/json-with-comments-files': [],
|
|
413
411
|
polyfills: ['Promise'],
|
|
414
412
|
jest: {
|
|
415
413
|
version: 29,
|