Skip to content

Commit

Permalink
feat: add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopamio committed Oct 24, 2020
1 parent 874448b commit ef96767
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: "2"
plugins:
eslint:
enabled: true
channel: eslint-7
exclude_patterns:
- "**/node_modules/"
- "**/cypress/"
- "**/__tests__/"

0 comments on commit ef96767

Please sign in to comment.