mm_eslint 1.0.9 → 1.1.0
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -226,7 +226,7 @@ class Detector {
|
|
|
226
226
|
// 通用数据词:变量本身就是数据/值,不需要重复说明
|
|
227
227
|
"value", "data", "item", "items", "element", "elements", "entry", "entries",
|
|
228
228
|
// 临时状态词:临时变量不需要说明是临时的
|
|
229
|
-
"temp", "tmp", "temporary", "
|
|
229
|
+
"temp", "tmp", "temporary", "cached", "buffer", "buffered",
|
|
230
230
|
// 输入输出词:变量本身就有用途,不需要重复说明
|
|
231
231
|
"input", "output", "result", "source", "target", "destination",
|
|
232
232
|
// 计数索引词:变量本身就有计数/索引功能,不需要重复说明
|