Commit 46aed397 authored by Alexander.Trofimov's avatar Alexander.Trofimov

update rules

parent 622db3b0
......@@ -4,6 +4,16 @@ env:
browser: true
rules:
# Possible Errors
# http://eslint.org/docs/rules/#possible-errors
for-direction: error
no-debugger: error
no-dupe-args: error
no-dupe-keys: error
no-duplicate-case: error
no-empty-character-class: error
no-ex-assign: error
# Strict Mode
# http://eslint.org/docs/rules/#strict-mode
strict: [error, global]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment