Merge pull request #1538 from larkinscott/master
Create Code Climate config
This commit is contained in:
commit
cfe0e6ad8e
|
@ -0,0 +1,12 @@
|
||||||
|
engines:
|
||||||
|
coffeelint:
|
||||||
|
enabled: true
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.coffee"
|
||||||
|
- "**.js"
|
||||||
|
|
||||||
|
exclude_paths:
|
Loading…
Reference in New Issue