Skip to content

Commit

Permalink
Codeclimate - attempt to fix eslint checks [ci skip]
Browse files Browse the repository at this point in the history
Codeclimate uses a different version of import plugin and fails on unknown properties
  • Loading branch information
KillyMXI committed Oct 29, 2020
1 parent e8e5fe5 commit f87c5af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Expand Up @@ -16,6 +16,9 @@ plugins:
eslint:
enabled: true
channel: "eslint-6"
checks:
import/order:
enabled: false
fixme:
enabled: true
exclude_patterns:
Expand Down

0 comments on commit f87c5af

Please sign in to comment.