mm_eslint 1.3.6 → 1.3.7

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/config.js +1 -1
  2. package/package.json +1 -1
package/config.js CHANGED
@@ -491,7 +491,7 @@ Config.prototype.getIgnoredWords = function (name_type) {
491
491
  }
492
492
  var ignore = {
493
493
  'class-name': [
494
- 'Middleware', 'Component', 'Controller', 'Repository', 'Interface', 'Transformer', 'Template'
494
+ 'exports', 'Middleware', 'Component', 'Controller', 'Repository', 'Interface', 'Transformer', 'Template'
495
495
  ],
496
496
  'method-name': [
497
497
  'constructor', 'prototype', 'hasOwnProperty',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_eslint",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
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": [