mm_eslint 1.1.2 → 1.1.4

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -230,11 +230,11 @@ class Detector {
230
230
  // 输入输出词:变量本身就有用途,不需要重复说明
231
231
  "input", "output", "result", "source", "target", "destination",
232
232
  // 计数索引词:变量本身就有计数/索引功能,不需要重复说明
233
- "count", "index", "idx", "counter", "length", "size", "total", "sum",
233
+ "index", "idx", "counter", "length", "total", "sum",
234
234
  // 引用指针词:变量本身就是引用/指针,不需要重复说明
235
235
  "pointer", "reference", "ref", "handle", "handler",
236
236
  // 通用描述词:变量本身就是实体,不需要重复说明
237
- "entity", "record", "row", "column", "cell", "field", "property", "attr", "attribute"
237
+ "entity", "record", "row", "column", "cell", "property", "attr", "attribute"
238
238
  // 例如:user_list → users(list是冗余),temp_value → temp(value是冗余)
239
239
  ]
240
240
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_eslint",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "ESLint plugin for naming conventions - PascalCase, camelCase, snake_case, and UPPER_SNAKE_CASE naming rules",
5
5
  "main": "index.js",
6
6
  "keywords": [