diff --git a/config/eslint.js b/config/eslint.js
index 761add0f718f5d0b36330b9aee3180d753eba67c..b2fb7dd7bdcda3a27ba4278ff1dad856600c26c9 100644
--- a/config/eslint.js
+++ b/config/eslint.js
@@ -62,7 +62,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',