Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Create .codeclimate.yml (#357)
Created a Code Climate config with ESLint and Duplication enabled. Also, enabling PR integration.
  • Loading branch information
larkinscott authored and ekryski committed Nov 30, 2016
1 parent b28788f commit fdd1fcf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,12 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
#exclude_paths:

0 comments on commit fdd1fcf

Please sign in to comment.