Skip to content

Commit

Permalink
chore: fix eslint invalid ecmaVersion value (#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 23, 2021
1 parent a35e56a commit bb82e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -11,7 +11,7 @@ module.exports = defineConfig({
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module',
ecmaVersion: 'latest'
ecmaVersion: 2021
},
rules: {
eqeqeq: ['warn', 'always', { null: 'never' }],
Expand Down

0 comments on commit bb82e7a

Please sign in to comment.