Skip to content

Commit

Permalink
changed eslint on codeclimate config to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Jun 1, 2021
1 parent 7ba015f commit 19a36ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ checks:
plugins:
eslint:
enabled: true
channel: 'eslint-5'
channel: 'eslint-7'
config:
config: .eslintrc
checks:
prettier/prettier:
enabled: false
ratings:
paths:
- app/**
exclude_patterns:
- '**/index.js'
- '**/fixtures.js'

0 comments on commit 19a36ba

Please sign in to comment.