Skip to content

Commit

Permalink
add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 3, 2024
1 parent 52465d2 commit 79a922b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
engines:
eslint:
enabled: true
channel: 'eslint-8'
config:
config: '.eslintrc.yaml'

checks:
method-complexity:
config:
threshold: 10

ratings:
paths:
- '**.js'

0 comments on commit 79a922b

Please sign in to comment.