test eslint analysis on codeclimate

deepsource-autofix-76c6eb20
Dan Gowans 2023-01-12 15:24:19 -05:00
parent abd59f9c6e
commit 2be80b66c0
1 changed files with 3 additions and 0 deletions

View File

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