Skip to content

Commit

Permalink
Merge pull request #437 from larkinscott/master
Browse files Browse the repository at this point in the history
Code Climate config
  • Loading branch information
knsv authored Dec 15, 2016
2 parents 72718c1 + 2cf9a07 commit 7d5c314
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- node_modules/

0 comments on commit 7d5c314

Please sign in to comment.