2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-18 03:42:20 +00:00
nativefier/.codeclimate.yml
Ronan Jouchet 5bee4710e3
Fix ESLint contradiction between CodeClimate & npm run ci task
CodeClimate is drunk, it says it runs eslint, but
yields different results from the eslint task.

Disabling it in codeclimate.
2018-11-30 20:53:02 -05:00

19 lines
232 B
YAML

---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/