mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
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.
This commit is contained in:
parent
3029cba01f
commit
5bee4710e3
@ -8,7 +8,7 @@ engines:
|
|||||||
languages:
|
languages:
|
||||||
- javascript
|
- javascript
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: false
|
||||||
fixme:
|
fixme:
|
||||||
enabled: true
|
enabled: true
|
||||||
ratings:
|
ratings:
|
||||||
|
Loading…
Reference in New Issue
Block a user