@alexlit/config-eslint 35.4.0 → 35.8.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/CHANGELOG.md +8 -0
- package/package.json +9 -9
- package/plugins/vue.js +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [35.8.0](https://github.com/alex-lit/config-eslint/compare/v35.7.0...v35.8.0) (2021-12-07)
|
|
2
|
+
|
|
3
|
+
# [35.7.0](https://github.com/alex-lit/config-eslint/compare/v35.6.0...v35.7.0) (2021-12-06)
|
|
4
|
+
|
|
5
|
+
# [35.6.0](https://github.com/alex-lit/config-eslint/compare/v35.5.0...v35.6.0) (2021-12-01)
|
|
6
|
+
|
|
7
|
+
# [35.5.0](https://github.com/alex-lit/config-eslint/compare/v35.4.0...v35.5.0) (2021-12-01)
|
|
8
|
+
|
|
1
9
|
# [35.4.0](https://github.com/alex-lit/config-eslint/compare/v35.3.0...v35.4.0) (2021-11-29)
|
|
2
10
|
|
|
3
11
|
# [35.3.0](https://github.com/alex-lit/config-eslint/compare/v35.2.0...v35.3.0) (2021-11-29)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"version": "./node_modules/@alexlit/lint-kit/scripts/version.sh"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
43
|
-
"@typescript-eslint/parser": "^5.
|
|
44
|
-
"eslint": "^8.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
43
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
44
|
+
"eslint": "^8.4.1",
|
|
45
45
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
46
46
|
"eslint-config-prettier": "^8.3.0",
|
|
47
47
|
"eslint-define-config": "^1.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"eslint-plugin-import": "^2.25.3",
|
|
56
56
|
"eslint-plugin-jest": "^25.3.0",
|
|
57
57
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
58
|
-
"eslint-plugin-jsdoc": "^37.0
|
|
58
|
+
"eslint-plugin-jsdoc": "^37.1.0",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
60
60
|
"eslint-plugin-lit": "^1.6.1",
|
|
61
61
|
"eslint-plugin-lit-a11y": "^2.2.0",
|
|
@@ -68,23 +68,23 @@
|
|
|
68
68
|
"eslint-plugin-node": "^11.1.0",
|
|
69
69
|
"eslint-plugin-nuxt": "^3.1.0",
|
|
70
70
|
"eslint-plugin-prettier": "^4.0.0",
|
|
71
|
-
"eslint-plugin-promise": "^5.
|
|
71
|
+
"eslint-plugin-promise": "^5.2.0",
|
|
72
72
|
"eslint-plugin-react": "^7.27.1",
|
|
73
73
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
74
74
|
"eslint-plugin-regexp": "^1.5.1",
|
|
75
75
|
"eslint-plugin-security": "^1.4.0",
|
|
76
76
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
77
|
-
"eslint-plugin-sonarjs": "^0.
|
|
77
|
+
"eslint-plugin-sonarjs": "^0.11.0",
|
|
78
78
|
"eslint-plugin-sort-destructure-keys": "^1.4.0",
|
|
79
79
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
80
80
|
"eslint-plugin-spellcheck": "^0.0.19",
|
|
81
81
|
"eslint-plugin-sql": "^2.0.0",
|
|
82
82
|
"eslint-plugin-svelte3": "^3.2.1",
|
|
83
|
-
"eslint-plugin-testing-library": "^5.0.
|
|
83
|
+
"eslint-plugin-testing-library": "^5.0.1",
|
|
84
84
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
85
85
|
"eslint-plugin-unicorn": "^39.0.0",
|
|
86
86
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
87
|
-
"eslint-plugin-vue": "^8.
|
|
87
|
+
"eslint-plugin-vue": "^8.2.0",
|
|
88
88
|
"eslint-plugin-vuejs-accessibility": "^1.1.0",
|
|
89
89
|
"eslint-plugin-vuetify": "^1.1.0",
|
|
90
90
|
"eslint-plugin-wc": "^1.3.2",
|
package/plugins/vue.js
CHANGED
|
@@ -40,6 +40,8 @@ module.exports = {
|
|
|
40
40
|
},
|
|
41
41
|
],
|
|
42
42
|
|
|
43
|
+
'vue/component-options-name-casing': ['error', 'PascalCase'],
|
|
44
|
+
|
|
43
45
|
'vue/component-tags-order': [
|
|
44
46
|
'error',
|
|
45
47
|
{
|
|
@@ -142,6 +144,8 @@ module.exports = {
|
|
|
142
144
|
|
|
143
145
|
'vue/padding-line-between-blocks': ['error'],
|
|
144
146
|
|
|
147
|
+
'vue/prefer-separate-static-class': ['error'],
|
|
148
|
+
|
|
145
149
|
'vue/require-direct-export': 'off',
|
|
146
150
|
|
|
147
151
|
'vue/sort-keys': [
|
|
@@ -154,7 +158,7 @@ module.exports = {
|
|
|
154
158
|
},
|
|
155
159
|
],
|
|
156
160
|
|
|
157
|
-
'vue/static-class-names-order': '
|
|
161
|
+
'vue/static-class-names-order': ['warn'],
|
|
158
162
|
|
|
159
163
|
'vue/this-in-template': ['error', 'never'],
|
|
160
164
|
|