@alexlit/config-eslint 35.7.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 CHANGED
@@ -1,3 +1,5 @@
1
+ # [35.8.0](https://github.com/alex-lit/config-eslint/compare/v35.7.0...v35.8.0) (2021-12-07)
2
+
1
3
  # [35.7.0](https://github.com/alex-lit/config-eslint/compare/v35.6.0...v35.7.0) (2021-12-06)
2
4
 
3
5
  # [35.6.0](https://github.com/alex-lit/config-eslint/compare/v35.5.0...v35.6.0) (2021-12-01)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "35.7.0",
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.5.0",
43
- "@typescript-eslint/parser": "^5.5.0",
44
- "eslint": "^8.4.0",
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",
package/plugins/vue.js CHANGED
@@ -158,7 +158,7 @@ module.exports = {
158
158
  },
159
159
  ],
160
160
 
161
- 'vue/static-class-names-order': 'off',
161
+ 'vue/static-class-names-order': ['warn'],
162
162
 
163
163
  'vue/this-in-template': ['error', 'never'],
164
164