@cabloy/lint 4.0.10 → 4.0.15

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/LICENSE.en-US CHANGED
File without changes
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.15",
4
4
  "description": "Node Style Guide for EggBorn/Cabloy.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,5 +20,6 @@
20
20
  "eslint-plugin-prettier": "^5.1.3",
21
21
  "eslint-plugin-vue": "9.26.0",
22
22
  "prettier": "^3.2.5"
23
- }
24
- }
23
+ },
24
+ "gitHead": "72c82934d27173943963f25132b03c3f8e8933d3"
25
+ }
package/LICENSE.zh-CN DELETED
@@ -1,3 +0,0 @@
1
- Copyright (c) 2016-present CabloyJS
2
-
3
- CabloyJS 5.0 内测版,仍在持续开发中,尚未开源,请勿扩散