@alexlit/config-eslint 35.6.0 → 35.7.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,5 @@
1
+ # [35.7.0](https://github.com/alex-lit/config-eslint/compare/v35.6.0...v35.7.0) (2021-12-06)
2
+
1
3
  # [35.6.0](https://github.com/alex-lit/config-eslint/compare/v35.5.0...v35.6.0) (2021-12-01)
2
4
 
3
5
  # [35.5.0](https://github.com/alex-lit/config-eslint/compare/v35.4.0...v35.5.0) (2021-12-01)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "35.6.0",
3
+ "version": "35.7.0",
4
4
  "private": false,
5
5
  "description": "eslint config",
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@typescript-eslint/eslint-plugin": "^5.5.0",
43
43
  "@typescript-eslint/parser": "^5.5.0",
44
- "eslint": "^8.3.0",
44
+ "eslint": "^8.4.0",
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",
@@ -84,7 +84,7 @@
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.1.1",
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': [