Commit 622db3b0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Merge branch 'feature/update-eslintrc' into develop

# Conflicts:
#	.codeclimate.yml
parents cbad612e 18db7491
......@@ -2,13 +2,13 @@ checks:
file-lines:
config:
threshold: 5000
plugins:
engines:
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
enabled: false
config:
languages:
- javascript:
......
root: true
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