1
0
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:
Matthias Kretschmann 2018-08-29 01:45:15 +02:00
parent 23b3e4814d
commit 403d289767
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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