@alexlit/config-eslint 41.6.3 → 41.7.2

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## [41.7.2](https://github.com/alex-lit/config-eslint/compare/v41.7.1...v41.7.2) (2022-02-02)
2
+
3
+ ## [41.7.1](https://github.com/alex-lit/config-eslint/compare/v41.7.0...v41.7.1) (2022-02-01)
4
+
5
+ # [41.7.0](https://github.com/alex-lit/config-eslint/compare/v41.6.4...v41.7.0) (2022-01-29)
6
+
7
+ ## [41.6.4](https://github.com/alex-lit/config-eslint/compare/v41.6.3...v41.6.4) (2022-01-28)
8
+
1
9
  ## [41.6.3](https://github.com/alex-lit/config-eslint/compare/v41.6.2...v41.6.3) (2022-01-28)
2
10
 
3
11
  ## [41.6.2](https://github.com/alex-lit/config-eslint/compare/v41.6.1...v41.6.2) (2022-01-28)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "41.6.3",
3
+ "version": "41.7.2",
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": "^1.2.0",
43
- "@typescript-eslint/eslint-plugin": "^5.10.1",
44
- "@typescript-eslint/parser": "^5.10.1",
45
- "eslint": "^8.7.0",
43
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
44
+ "@typescript-eslint/parser": "^5.10.2",
45
+ "eslint": "^8.8.0",
46
46
  "eslint-config-airbnb-base": "^15.0.0",
47
47
  "eslint-config-prettier": "^8.3.0",
48
48
  "eslint-define-config": "^1.2.3",
49
49
  "eslint-import-resolver-alias": "^1.1.2",
50
50
  "eslint-plugin-array-func": "^3.1.7",
51
- "eslint-plugin-compat": "^4.0.1",
51
+ "eslint-plugin-compat": "^4.0.2",
52
52
  "eslint-plugin-decorator-position": "^4.0.1",
53
53
  "eslint-plugin-eslint-comments": "^3.2.0",
54
54
  "eslint-plugin-etc": "^2.0.2",
@@ -86,7 +86,7 @@
86
86
  "eslint-plugin-spellcheck": "^0.0.19",
87
87
  "eslint-plugin-sql": "^2.1.0",
88
88
  "eslint-plugin-svelte3": "^3.4.0",
89
- "eslint-plugin-testing-library": "^5.0.4",
89
+ "eslint-plugin-testing-library": "^5.0.5",
90
90
  "eslint-plugin-typescript-sort-keys": "^2.1.0",
91
91
  "eslint-plugin-unicorn": "^40.1.0",
92
92
  "eslint-plugin-unused-imports": "^2.0.0",
@@ -234,12 +234,6 @@ module.exports = {
234
234
  type: 'property',
235
235
  },
236
236
  ],
237
-
238
- watches: [
239
- { name: '/handle[A-Z].*/', sort: 'alphabetical', type: 'method' },
240
- { name: '/on[A-Z].*/', sort: 'alphabetical', type: 'method' },
241
- { name: '/watch[A-Z].*/', sort: 'alphabetical', type: 'method' },
242
- ],
243
237
  },
244
238
 
245
239
  order: [
@@ -288,7 +282,6 @@ module.exports = {
288
282
  '[vue-activated]',
289
283
 
290
284
  // methods
291
- '[watches]',
292
285
  '[sorted-methods]',
293
286
  '[async-methods]',
294
287