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

delete check strict mode

add other checks
parent 46aed397
...@@ -13,10 +13,11 @@ rules: ...@@ -13,10 +13,11 @@ rules:
no-duplicate-case: error no-duplicate-case: error
no-empty-character-class: error no-empty-character-class: error
no-ex-assign: error no-ex-assign: error
no-extra-semi: error
# Strict Mode no-func-assign: error
# http://eslint.org/docs/rules/#strict-mode no-invalid-regexp: error
strict: [error, global] no-irregular-whitespace: error
no-obj-calls: error
# Stylistic Issues # Stylistic Issues
# http://eslint.org/docs/rules/#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