ko-lint-config 2.2.21 → 2.2.22

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/.eslintrc.js CHANGED
@@ -218,6 +218,7 @@ module.exports = {
218
218
  argsIgnorePattern: '^_', // 函数参数忽略以下划线开头的变量
219
219
  destructuredArrayIgnorePattern: '^_', // 解构数组忽略以下划线开头的变量
220
220
  caughtErrorsIgnorePattern: '^err', // 捕获错误忽略以 err 开头的变量
221
+ ignoreRestSiblings: true, // 允许对象解构时忽略被排除字段
221
222
  },
222
223
  ],
223
224
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # ko-lint-config
2
2
 
3
+ ## 2.2.22
4
+
5
+ ### Patch Changes
6
+
7
+ - 7d010512: optimize ts no-unused-vars
8
+
3
9
  ## 2.2.21
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "files": [