Skip to content

Commit

Permalink
Update eslint settings for readable errors (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Aug 11, 2021
1 parent bc6ef16 commit 567baad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.yml
@@ -1,15 +1,19 @@
extends:
- chartjs
- plugin:es/no-new-in-es2019
- plugin:es/restrict-to-es2018
- plugin:markdown/recommended

settings:
es:
aggressive: true

env:
es6: true
browser: true
node: true

parserOptions:
ecmaVersion: 2018
ecmaVersion: 2021
sourceType: module
ecmaFeatures:
impliedStrict: true
Expand Down

0 comments on commit 567baad

Please sign in to comment.