@alexlit/config-eslint 42.0.0 → 42.2.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 CHANGED
@@ -1,3 +1,9 @@
1
+ # [42.2.0](https://github.com/alex-lit/config-eslint/compare/v42.1.1...v42.2.0) (2022-02-24)
2
+
3
+ ## [42.1.1](https://github.com/alex-lit/config-eslint/compare/v42.1.0...v42.1.1) (2022-02-22)
4
+
5
+ # [42.1.0](https://github.com/alex-lit/config-eslint/compare/v42.0.0...v42.1.0) (2022-02-21)
6
+
1
7
  # [42.0.0](https://github.com/alex-lit/config-eslint/compare/v41.11.0...v42.0.0) (2022-02-18)
2
8
 
3
9
  # [41.11.0](https://github.com/alex-lit/config-eslint/compare/v41.10.0...v41.11.0) (2022-02-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "42.0.0",
3
+ "version": "42.2.0",
4
4
  "private": false,
5
5
  "description": "eslint config",
6
6
  "keywords": [
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@intlify/eslint-plugin-vue-i18n": "^1.3.0",
43
- "@typescript-eslint/eslint-plugin": "^5.12.0",
44
- "@typescript-eslint/parser": "^5.12.0",
43
+ "@typescript-eslint/eslint-plugin": "^5.12.1",
44
+ "@typescript-eslint/parser": "^5.12.1",
45
45
  "eslint": "^8.9.0",
46
46
  "eslint-config-airbnb-base": "^15.0.0",
47
- "eslint-config-prettier": "^8.3.0",
47
+ "eslint-config-prettier": "^8.4.0",
48
48
  "eslint-define-config": "^1.2.5",
49
49
  "eslint-import-resolver-alias": "^1.1.2",
50
50
  "eslint-plugin-array-func": "^3.1.7",
@@ -85,12 +85,12 @@
85
85
  "eslint-plugin-sort-keys-fix": "^1.1.2",
86
86
  "eslint-plugin-spellcheck": "^0.0.19",
87
87
  "eslint-plugin-sql": "^2.1.0",
88
- "eslint-plugin-svelte3": "^3.4.0",
88
+ "eslint-plugin-svelte3": "^3.4.1",
89
89
  "eslint-plugin-testing-library": "^5.0.5",
90
90
  "eslint-plugin-typescript-sort-keys": "^2.1.0",
91
91
  "eslint-plugin-unicorn": "^41.0.0",
92
92
  "eslint-plugin-unused-imports": "^2.0.0",
93
- "eslint-plugin-vue": "^8.4.1",
93
+ "eslint-plugin-vue": "^8.5.0",
94
94
  "eslint-plugin-vuejs-accessibility": "^1.1.1",
95
95
  "eslint-plugin-vuetify": "^1.1.0",
96
96
  "eslint-plugin-wc": "^1.3.2",
package/plugins/vue.js CHANGED
@@ -150,6 +150,8 @@ module.exports = {
150
150
 
151
151
  'vue/prefer-separate-static-class': ['error'],
152
152
 
153
+ 'vue/prefer-true-attribute-shorthand': ['error'],
154
+
153
155
  'vue/quote-props': ['error', 'as-needed'],
154
156
 
155
157
  'vue/require-direct-export': 'off',