mm_eslint 1.6.1 → 1.6.2

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/lib/config.js +0 -1
  2. package/package.json +1 -1
package/lib/config.js CHANGED
@@ -118,7 +118,6 @@ Config.prototype.getForbiddenWords = function (name_type) {
118
118
  'parameters',
119
119
  'item',
120
120
  'items',
121
- 'process',
122
121
  'processor',
123
122
  'provider',
124
123
  'builder',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_eslint",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
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": [