test eslint analysis on codeclimate
parent
abd59f9c6e
commit
2be80b66c0
|
|
@ -9,6 +9,9 @@ checks:
|
||||||
method-lines:
|
method-lines:
|
||||||
config:
|
config:
|
||||||
threshold: 500
|
threshold: 500
|
||||||
|
plugins:
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "cypress/"
|
- "cypress/"
|
||||||
- "**/node_modules/"
|
- "**/node_modules/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue