Commit 64887452 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add check strict mode

parent 736b3486
......@@ -4,4 +4,10 @@ env:
browser: true
rules:
# Strict Mode
# http://eslint.org/docs/rules/#strict-mode
strict: [error, global]
# Stylistic Issues
# http://eslint.org/docs/rules/#stylistic-issues
linebreak-style: [error, unix]
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