@alexlit/config-eslint 57.2.0 → 58.0.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/.eslintrc.js +0 -2
- package/package.json +10 -11
- package/plugins/no-inferred-method-name.js +0 -10
- package/plugins/optional/vuetify.js +0 -8
package/.eslintrc.js
CHANGED
|
@@ -58,7 +58,6 @@ module.exports = defineConfig({
|
|
|
58
58
|
'./plugins/vuejs-accessibility',
|
|
59
59
|
'./plugins/wc',
|
|
60
60
|
'./plugins/write-good-comments',
|
|
61
|
-
// './plugins/no-inferred-method-name', // buggy
|
|
62
61
|
|
|
63
62
|
/* prettier */
|
|
64
63
|
'./plugins/prettier',
|
|
@@ -71,7 +70,6 @@ module.exports = defineConfig({
|
|
|
71
70
|
// './plugins/optional/react',
|
|
72
71
|
// './plugins/optional/react-hooks',
|
|
73
72
|
// './plugins/optional/svelte',
|
|
74
|
-
// './plugins/optional/vuetify',
|
|
75
73
|
].map((config) => require.resolve(config)),
|
|
76
74
|
],
|
|
77
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "58.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
44
|
-
"@typescript-eslint/parser": "^5.
|
|
45
|
-
"eslint": "^8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
44
|
+
"@typescript-eslint/parser": "^5.54.1",
|
|
45
|
+
"eslint": "^8.35.0",
|
|
46
46
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
47
|
-
"eslint-config-prettier": "^8.
|
|
47
|
+
"eslint-config-prettier": "^8.7.0",
|
|
48
48
|
"eslint-define-config": "^1.15.0",
|
|
49
49
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
50
50
|
"eslint-plugin-array-func": "^3.1.8",
|
|
51
|
-
"eslint-plugin-compat": "^4.1.
|
|
51
|
+
"eslint-plugin-compat": "^4.1.2",
|
|
52
52
|
"eslint-plugin-decorator-position": "^5.0.2",
|
|
53
53
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
54
54
|
"eslint-plugin-etc": "^2.0.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-jest": "^27.2.1",
|
|
59
59
|
"eslint-plugin-jest-dom": "^4.0.3",
|
|
60
60
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
61
|
-
"eslint-plugin-jsdoc": "^
|
|
61
|
+
"eslint-plugin-jsdoc": "^40.0.1",
|
|
62
62
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
63
63
|
"eslint-plugin-lit": "^1.8.2",
|
|
64
64
|
"eslint-plugin-lit-a11y": "^2.3.0",
|
|
@@ -82,18 +82,17 @@
|
|
|
82
82
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
83
83
|
"eslint-plugin-sonarjs": "^0.18.0",
|
|
84
84
|
"eslint-plugin-sort-class-members": "^1.16.0",
|
|
85
|
-
"eslint-plugin-sort-destructure-keys": "^1.
|
|
85
|
+
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
86
86
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
87
87
|
"eslint-plugin-spellcheck": "^0.0.20",
|
|
88
88
|
"eslint-plugin-sql": "^2.3.2",
|
|
89
89
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
90
|
-
"eslint-plugin-testing-library": "^5.10.
|
|
90
|
+
"eslint-plugin-testing-library": "^5.10.2",
|
|
91
91
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
92
|
-
"eslint-plugin-unicorn": "^
|
|
92
|
+
"eslint-plugin-unicorn": "^46.0.0",
|
|
93
93
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
94
94
|
"eslint-plugin-vue": "^9.9.0",
|
|
95
95
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
|
96
|
-
"eslint-plugin-vuetify": "^1.1.0",
|
|
97
96
|
"eslint-plugin-wc": "^1.4.0",
|
|
98
97
|
"eslint-plugin-write-good-comments": "^0.1.4",
|
|
99
98
|
"typescript": "^4.9.5"
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @see [eslint-no-inferred-method-name](https://github.com/johnstonbl01/eslint-no-inferred-method-name)
|
|
3
|
-
*/
|
|
4
|
-
module.exports = {
|
|
5
|
-
plugins: ['eslint-plugin-no-inferred-method-name'],
|
|
6
|
-
|
|
7
|
-
rules: {
|
|
8
|
-
'no-inferred-method-name/no-inferred-method-name': 'error',
|
|
9
|
-
},
|
|
10
|
-
};
|