@alexlit/config-eslint 41.6.1 → 41.6.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,5 @@
1
+ ## [41.6.2](https://github.com/alex-lit/config-eslint/compare/v41.6.1...v41.6.2) (2022-01-28)
2
+
1
3
  ## [41.6.1](https://github.com/alex-lit/config-eslint/compare/v41.6.0...v41.6.1) (2022-01-28)
2
4
 
3
5
  # [41.6.0](https://github.com/alex-lit/config-eslint/compare/v41.5.0...v41.6.0) (2022-01-28)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "41.6.1",
3
+ "version": "41.6.2",
4
4
  "private": false,
5
5
  "description": "eslint config",
6
6
  "keywords": [
package/plugins/vue.js CHANGED
@@ -128,7 +128,7 @@ module.exports = {
128
128
 
129
129
  'vue/no-unused-components': ['error'],
130
130
 
131
- 'vue/no-unused-refs': ['warn'],
131
+ 'vue/no-unused-refs': 'off',
132
132
 
133
133
  'vue/no-use-computed-property-like-method': ['error'],
134
134