Commit 8ee5ae84 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete check strict mode

add other checks
parent 46aed397
......@@ -13,10 +13,11 @@ rules:
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]
no-extra-semi: error
no-func-assign: error
no-invalid-regexp: error
no-irregular-whitespace: error
no-obj-calls: error
# Stylistic Issues
# http://eslint.org/docs/rules/#stylistic-issues
......
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