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: ...@@ -2,13 +2,13 @@ checks:
file-lines: file-lines:
config: config:
threshold: 5000 threshold: 5000
plugins: engines:
eslint: eslint:
enabled: true enabled: true
csslint: csslint:
enabled: true enabled: true
duplication: duplication:
enabled: true enabled: false
config: config:
languages: languages:
- javascript: - 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