mm_eslint 1.7.2 → 1.7.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.
- package/lib/config.js +0 -3
- package/package.json +1 -1
package/lib/config.js
CHANGED
|
@@ -117,14 +117,12 @@ Config.prototype.getForbiddenWords = function (name_type) {
|
|
|
117
117
|
'processor',
|
|
118
118
|
'provider',
|
|
119
119
|
'builder',
|
|
120
|
-
'adapter',
|
|
121
120
|
'decorator',
|
|
122
121
|
'proxy',
|
|
123
122
|
'facade',
|
|
124
123
|
'mediator',
|
|
125
124
|
'observer',
|
|
126
125
|
'strategy',
|
|
127
|
-
'command',
|
|
128
126
|
'visitor',
|
|
129
127
|
'iterator',
|
|
130
128
|
'template',
|
|
@@ -166,7 +164,6 @@ Config.prototype.getForbiddenWords = function (name_type) {
|
|
|
166
164
|
'index',
|
|
167
165
|
'idx',
|
|
168
166
|
'counter',
|
|
169
|
-
'length',
|
|
170
167
|
'total',
|
|
171
168
|
'sum',
|
|
172
169
|
'pointer',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mm_eslint",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "ESLint plugin for personal naming conventions - supports PascalCase, camelCase, snake_case, and UPPER_SNAKE_CASE naming rules with intelligent recommendations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|