Update .codeclimate.yml

This adds ESLint and markdownlint to your analysis. Be sure to check out the docs for each of these plugins if you'd like to tweak their configuration further.

- https://docs.codeclimate.com/docs/markdownlint
https://docs.codeclimate.com/docs/eslint
This commit is contained in:
Dave Henton
2018-02-08 09:08:59 -08:00
committed by GitHub
parent 937930bd09
commit 0705667126

View File

@ -1,4 +1,9 @@
version: "2" # required to adjust maintainability checks
plugins:
eslint:
enabled: true
markdownlint:
enabled: true
checks:
argument-count:
config: