Skip to content

Commit

Permalink
Enable codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 11, 2017
1 parent 51e8c20 commit 9ab750f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,4 @@
engines:
eslint:
enabled: true
channel: "eslint-4"
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
When: true
},
rules: {
indent: ['error', 2, { flatTernaryExpressions: true, MemberExpression: 0, SwitchCase: 1 }],
indent: ['error', 2, { MemberExpression: 0, SwitchCase: 1 }],
'no-multi-spaces': ['error', { ignoreEOLComments: true }],
'one-var-declaration-per-line': 2
}
Expand Down

0 comments on commit 9ab750f

Please sign in to comment.