diff --git a/config/eslint.js b/config/eslint.js index c6e64befb7e..733bdedb31e 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -61,7 +61,6 @@ module.exports = { 'dot-location': ['warn', 'property'], eqeqeq: ['warn', 'allow-null'], 'guard-for-in': 'warn', - 'new-cap': ['warn', { newIsCap: true }], 'new-parens': 'warn', 'no-array-constructor': 'warn', 'no-caller': 'warn',