@mikey-pro/eslint-config 4.10.0 → 4.11.0
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 +0 -3
- package/package.json +17 -17
package/index.js
CHANGED
|
@@ -193,7 +193,6 @@ module.exports = {
|
|
|
193
193
|
'import/no-duplicates': 0,
|
|
194
194
|
'import/no-mutable-exports': 0,
|
|
195
195
|
'import/no-unresolved': 0,
|
|
196
|
-
'prettier/prettier': 1,
|
|
197
196
|
},
|
|
198
197
|
},
|
|
199
198
|
{
|
|
@@ -381,7 +380,6 @@ module.exports = {
|
|
|
381
380
|
'react/jsx-no-target-blank': 1,
|
|
382
381
|
'react/jsx-no-undef': 1,
|
|
383
382
|
'react/jsx-tag-spacing': [1, { beforeSelfClosing: 'always' }],
|
|
384
|
-
'react/jsx-uses-react': 1,
|
|
385
383
|
'react/jsx-uses-vars': 1,
|
|
386
384
|
'react/no-danger': 1,
|
|
387
385
|
'react/no-deprecated': 1,
|
|
@@ -393,7 +391,6 @@ module.exports = {
|
|
|
393
391
|
'filenames/match-regex': 0,
|
|
394
392
|
'react/prefer-es6-class': 1,
|
|
395
393
|
'react/prefer-stateless-function': 1,
|
|
396
|
-
'react/react-in-jsx-scope': 0,
|
|
397
394
|
'react/require-render-return': 1,
|
|
398
395
|
'react/self-closing-comp': [
|
|
399
396
|
'error',
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "Mikey Pro ESLint configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@babel/core": "^7.
|
|
8
|
-
"@babel/eslint-parser": "^7.
|
|
9
|
-
"@babel/eslint-plugin": "^7.
|
|
10
|
-
"@babel/plugin-transform-react-jsx": "^7.17.
|
|
11
|
-
"@babel/preset-env": "^7.
|
|
7
|
+
"@babel/core": "^7.18.2",
|
|
8
|
+
"@babel/eslint-parser": "^7.18",
|
|
9
|
+
"@babel/eslint-plugin": "^7.17",
|
|
10
|
+
"@babel/plugin-transform-react-jsx": "^7.17.12",
|
|
11
|
+
"@babel/preset-env": "^7.18",
|
|
12
12
|
"@html-eslint/eslint-plugin": "^0.13.1",
|
|
13
13
|
"@html-eslint/parser": "^0.13.1",
|
|
14
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
15
|
-
"@typescript-eslint/parser": "^5.
|
|
14
|
+
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
|
15
|
+
"@typescript-eslint/parser": "^5.26.0",
|
|
16
16
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
17
17
|
"eslint-config-prettier": "^8.5",
|
|
18
|
-
"eslint-config-react-app": "^7.0.
|
|
19
|
-
"eslint-import-resolver-typescript": "^2.
|
|
18
|
+
"eslint-config-react-app": "^7.0.1",
|
|
19
|
+
"eslint-import-resolver-typescript": "^2.7.1",
|
|
20
20
|
"eslint-plugin-compat": "^4.0",
|
|
21
21
|
"eslint-plugin-css-modules": "^2.11",
|
|
22
22
|
"eslint-plugin-disable-autofix": "^0.1.6",
|
|
23
23
|
"eslint-plugin-json-format": "^2.0",
|
|
24
|
-
"eslint-plugin-jsonc": "^2.
|
|
24
|
+
"eslint-plugin-jsonc": "^2.3.0",
|
|
25
25
|
"eslint-plugin-md": "^1.0",
|
|
26
26
|
"eslint-plugin-node": "^11.1.0",
|
|
27
27
|
"eslint-plugin-only-warn": "^1.0.3",
|
|
28
28
|
"eslint-plugin-prettier": "^4.0",
|
|
29
29
|
"eslint-plugin-promise": "^6.0.0",
|
|
30
|
-
"eslint-plugin-sonarjs": "^0.
|
|
31
|
-
"eslint-plugin-svelte3": "^
|
|
32
|
-
"eslint-plugin-toml": "^0.3.
|
|
33
|
-
"eslint-plugin-unicorn": "^
|
|
34
|
-
"eslint-plugin-vue": "^
|
|
30
|
+
"eslint-plugin-sonarjs": "^0.13.0",
|
|
31
|
+
"eslint-plugin-svelte3": "^4.0.0",
|
|
32
|
+
"eslint-plugin-toml": "^0.3.1",
|
|
33
|
+
"eslint-plugin-unicorn": "^42.0.0",
|
|
34
|
+
"eslint-plugin-vue": "^9.0",
|
|
35
35
|
"eslint-plugin-yaml": "^0.5.0",
|
|
36
|
-
"vue-eslint-parser": "^
|
|
36
|
+
"vue-eslint-parser": "^9.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"eslint": ">=8.3.0"
|