@lsby/eslint-plugin 0.0.25 → 0.0.26

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.
@@ -19,7 +19,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  const rule = {
20
20
  meta: {
21
21
  type: 'suggestion',
22
- docs: { description: '禁止使用 const 和 var,仅允许使用 let 声明变量' },
22
+ docs: { description: '禁止使用 const 和 var, 仅允许使用 let 声明变量' },
23
23
  fixable: 'code',
24
24
  messages: { preferLet: '使用 let 代替 {kind}' },
25
25
  schema: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/eslint-plugin",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [