Skip to content

Commit

Permalink
bug(codeclimate): add javascript as language to use
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nwaiwu committed Dec 18, 2016
1 parent edd886e commit 0242a2e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
engines:
duplication:
enabled: false
eslint:
enabled: true
duplication:
enabled: false
config:
languages:
- javascript
ratings:
paths:
- "**.js"
exclude_paths:
- test/
- coverage/
- node_modules/
- LICENSE
Expand Down

0 comments on commit 0242a2e

Please sign in to comment.