Skip to content

Commit

Permalink
fix codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
acvetkov committed Nov 19, 2015
1 parent b9eddf2 commit e6c029e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
languages:
JavaScript: true
engines:
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.jsx"
exclude_paths:
- "dist/*"
- "dist/*"

0 comments on commit e6c029e

Please sign in to comment.