@aliexme/eslint-config 2.0.3 → 2.0.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/configs/base.js +1 -1
  2. package/package.json +2 -2
package/configs/base.js CHANGED
@@ -110,7 +110,7 @@ export default [
110
110
  exceptionPatterns: ['[x-z]'],
111
111
  },
112
112
  ],
113
- 'new-cap': 'error',
113
+ 'new-cap': ['error', { newIsCap: true, capIsNew: false }],
114
114
  'no-restricted-globals': [
115
115
  'error',
116
116
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliexme/eslint-config",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Set of configs for ESLint",
5
5
  "private": false,
6
6
  "author": "Alexander Smirnov <al.smirnov996@gmail.com>",
@@ -78,5 +78,5 @@
78
78
  "optional": true
79
79
  }
80
80
  },
81
- "gitHead": "9fe0520ff3446bbe818f66847243f2180ec4646a"
81
+ "gitHead": "83f3dd25afaa08bf9e6781c769a12c8207508de8"
82
82
  }