@cabloy/lint 4.0.10 → 4.0.11

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/common/rules.js CHANGED
@@ -82,7 +82,13 @@ const rules = {
82
82
  '@typescript-eslint/no-unused-vars': [
83
83
  'error',
84
84
  {
85
+ args: 'all',
85
86
  argsIgnorePattern: '^_',
87
+ caughtErrors: 'all',
88
+ caughtErrorsIgnorePattern: '^_',
89
+ destructuredArrayIgnorePattern: '^_',
90
+ varsIgnorePattern: '^_',
91
+ ignoreRestSiblings: true,
86
92
  },
87
93
  ],
88
94
  '@typescript-eslint/no-this-alias': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/lint",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
  "description": "Node Style Guide for EggBorn/Cabloy.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,4 +21,4 @@
21
21
  "eslint-plugin-vue": "9.26.0",
22
22
  "prettier": "^3.2.5"
23
23
  }
24
- }
24
+ }
package/LICENSE.en-US DELETED
@@ -1,3 +0,0 @@
1
- Copyright (c) 2016-present CabloyJS
2
-
3
- CabloyJS 5.0 internal beta version, still under continuous development, not yet open source, please do not spread it
package/LICENSE.zh-CN DELETED
@@ -1,3 +0,0 @@
1
- Copyright (c) 2016-present CabloyJS
2
-
3
- CabloyJS 5.0 内测版,仍在持续开发中,尚未开源,请勿扩散