Skip to content

Commit

Permalink
ci(codeclimate): use a hihger version of eslint on there
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jul 19, 2019
1 parent d114a9e commit 4865766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checks:
plugins:
eslint:
enabled: true
channel: "eslint-4"
channel: "eslint-5"
config:
config: .eslintrc.json
checks:
Expand All @@ -20,7 +20,7 @@ plugins:
# the local ones - probably because cc uses an older version
# of eslint
indent:
enabled: false
enabled: true
exclude_patterns:
- ".github/"
- "configs/"
Expand All @@ -29,4 +29,4 @@ exclude_patterns:
- "test/"
- "types/"
- "**/node_modules/"
- "src/report/**/*.template.js"
- "src/report/**/*.template.js"

0 comments on commit 4865766

Please sign in to comment.