@alexlit/config-eslint 48.1.1 → 49.1.1
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 +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +8 -8
package/.eslintrc.js
CHANGED
|
@@ -19,7 +19,7 @@ module.exports = defineConfig({
|
|
|
19
19
|
...[
|
|
20
20
|
'./plugins/array-func',
|
|
21
21
|
'./plugins/compat',
|
|
22
|
-
|
|
22
|
+
'./plugins/decorator-position',
|
|
23
23
|
'./plugins/eslint-comments',
|
|
24
24
|
'./plugins/etc',
|
|
25
25
|
'./plugins/ext',
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [49.1.1](https://github.com/alex-lit/config-eslint/compare/v49.1.0...v49.1.1) (2022-07-20)
|
|
2
|
+
|
|
3
|
+
# [49.1.0](https://github.com/alex-lit/config-eslint/compare/v49.0.0...v49.1.0) (2022-07-18)
|
|
4
|
+
|
|
5
|
+
# [49.0.0](https://github.com/alex-lit/config-eslint/compare/v48.1.1...v49.0.0) (2022-07-15)
|
|
6
|
+
|
|
1
7
|
## [48.1.1](https://github.com/alex-lit/config-eslint/compare/v48.1.0...v48.1.1) (2022-07-12)
|
|
2
8
|
|
|
3
9
|
# [48.1.0](https://github.com/alex-lit/config-eslint/compare/v48.0.0...v48.1.0) (2022-07-08)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "49.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,28 +40,28 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.30.
|
|
44
|
-
"@typescript-eslint/parser": "^5.30.
|
|
45
|
-
"eslint": "^8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
44
|
+
"@typescript-eslint/parser": "^5.30.7",
|
|
45
|
+
"eslint": "^8.20.0",
|
|
46
46
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
47
47
|
"eslint-config-prettier": "^8.5.0",
|
|
48
48
|
"eslint-define-config": "^1.5.1",
|
|
49
49
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
50
50
|
"eslint-plugin-array-func": "^3.1.7",
|
|
51
51
|
"eslint-plugin-compat": "^4.0.2",
|
|
52
|
-
"eslint-plugin-decorator-position": "^
|
|
52
|
+
"eslint-plugin-decorator-position": "^5.0.1",
|
|
53
53
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
54
54
|
"eslint-plugin-etc": "^2.0.2",
|
|
55
55
|
"eslint-plugin-ext": "^0.1.0",
|
|
56
56
|
"eslint-plugin-filenames": "^1.3.2",
|
|
57
57
|
"eslint-plugin-import": "^2.26.0",
|
|
58
|
-
"eslint-plugin-jest": "^26.
|
|
58
|
+
"eslint-plugin-jest": "^26.6.0",
|
|
59
59
|
"eslint-plugin-jest-dom": "^4.0.2",
|
|
60
60
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
61
61
|
"eslint-plugin-jsdoc": "^39.3.3",
|
|
62
62
|
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
63
63
|
"eslint-plugin-lit": "^1.6.1",
|
|
64
|
-
"eslint-plugin-lit-a11y": "^2.2.
|
|
64
|
+
"eslint-plugin-lit-a11y": "^2.2.1",
|
|
65
65
|
"eslint-plugin-more": "^1.0.5",
|
|
66
66
|
"eslint-plugin-no-constructor-bind": "^2.0.4",
|
|
67
67
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
89
89
|
"eslint-plugin-testing-library": "^5.5.1",
|
|
90
90
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
91
|
-
"eslint-plugin-unicorn": "^43.0.
|
|
91
|
+
"eslint-plugin-unicorn": "^43.0.2",
|
|
92
92
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
93
93
|
"eslint-plugin-vue": "^9.2.0",
|
|
94
94
|
"eslint-plugin-vuejs-accessibility": "^1.2.0",
|