@mikey-pro/eslint-config 7.2.0 → 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 -1
- package/package.json +11 -11
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',
|
|
@@ -408,6 +407,7 @@ module.exports = {
|
|
|
408
407
|
'unicorn/import-index': ['warn', { ignoreImports: true }],
|
|
409
408
|
},
|
|
410
409
|
settings: {
|
|
410
|
+
'json/json-with-comments-files': [],
|
|
411
411
|
polyfills: ['Promise'],
|
|
412
412
|
jest: {
|
|
413
413
|
version: 29,
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.3",
|
|
4
4
|
"description": "Mikey Pro ESLint configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@babel/core": "^7.24.
|
|
8
|
-
"@babel/eslint-parser": "^7.
|
|
7
|
+
"@babel/core": "^7.24.3",
|
|
8
|
+
"@babel/eslint-parser": "^7.24",
|
|
9
9
|
"@babel/eslint-plugin": "^7.23",
|
|
10
10
|
"@babel/preset-env": "^7.24",
|
|
11
11
|
"@cypress/eslint-plugin-json": "^3.2.3",
|
|
12
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
13
|
-
"@html-eslint/parser": "^0.
|
|
14
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
15
|
-
"@typescript-eslint/parser": "^7.
|
|
12
|
+
"@html-eslint/eslint-plugin": "^0.24.0",
|
|
13
|
+
"@html-eslint/parser": "^0.24.0",
|
|
14
|
+
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
15
|
+
"@typescript-eslint/parser": "^7.4.0",
|
|
16
16
|
"eslint-config-prettier": "^9.1",
|
|
17
17
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
18
18
|
"eslint-plugin-compat": "^4.2",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"eslint-plugin-disable-autofix": "^4.2.0",
|
|
22
22
|
"eslint-plugin-import": "^2.29.1",
|
|
23
23
|
"eslint-plugin-jest": "^27.9.0",
|
|
24
|
-
"eslint-plugin-jsonc": "^2.
|
|
24
|
+
"eslint-plugin-jsonc": "^2.14.1",
|
|
25
25
|
"eslint-plugin-markdownlint": "^0.5.0",
|
|
26
26
|
"eslint-plugin-n": "^16.6.2",
|
|
27
27
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
28
28
|
"eslint-plugin-prettier": "^5.1",
|
|
29
29
|
"eslint-plugin-promise": "^6.1.1",
|
|
30
|
-
"eslint-plugin-toml": "^0.
|
|
30
|
+
"eslint-plugin-toml": "^0.10.0",
|
|
31
31
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
32
|
-
"eslint-plugin-yml": "^1.
|
|
33
|
-
"postcss": "^8.4.
|
|
32
|
+
"eslint-plugin-yml": "^1.13.2",
|
|
33
|
+
"postcss": "^8.4.38",
|
|
34
34
|
"postcss-scss": "^4.0.9",
|
|
35
35
|
"yaml-eslint-parser": "^1.2.2"
|
|
36
36
|
},
|