diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-15 17:29:43 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-15 17:29:43 +0300 |
commit | e5a73f26fd6cc2c98c53d06cc5998a913da03cc1 (patch) | |
tree | 93645e7342ded35973e20ef67ff0b3ab1ba57028 /.eslintrc.json | |
parent | 6dd1c587ee4e02c53d0c472953dfe9ce703e801a (diff) | |
download | rspamd-e5a73f26fd6cc2c98c53d06cc5998a913da03cc1.tar.gz rspamd-e5a73f26fd6cc2c98c53d06cc5998a913da03cc1.zip |
[Minor] Require capitalized constructor names
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index b86ee9390..0d61454ca 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -66,7 +66,6 @@ "max-len": "off", "max-lines": "off", "max-lines-per-function": "off", - "new-cap": "off", "no-inline-comments": "off", "no-invalid-this": "off", "no-underscore-dangle": "off", |