mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10: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:
|
||||
method-lines:
|
||||
config:
|
||||
threshold: 50 # Gatsby's StaticQuery makes render functions pretty long
|
||||
config:
|
||||
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