mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-05 11:25:00 +01:00
add some codeclimate plugins
This commit is contained in:
parent
23b3e4814d
commit
403d289767
@ -1,5 +1,18 @@
|
|||||||
version: "2"
|
version: '2'
|
||||||
checks:
|
checks:
|
||||||
method-lines:
|
method-lines:
|
||||||
config:
|
config:
|
||||||
threshold: 50 # Gatsby's StaticQuery makes render functions pretty long
|
threshold: 50 # Gatsby's StaticQuery makes render functions pretty long
|
||||||
|
plugins:
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
channel: 'eslint-4'
|
||||||
|
config:
|
||||||
|
extensions:
|
||||||
|
- .js
|
||||||
|
- .jsx
|
||||||
|
stylelint:
|
||||||
|
enabled: true
|
||||||
|
editorconfig:
|
||||||
|
enabled: true
|
||||||
|
channel: beta
|
||||||
|
Loading…
Reference in New Issue
Block a user