Skip to content

Commit

Permalink
add es2021 and ecmaVersion: 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 12, 2022
1 parent 23c8bf2 commit 76abdba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
module.exports = {
env: {
browser: true,
es6: true,
jest: true,
node: true,
es2021: true,
},
extends: ['plugin:jsx-a11y/recommended'],
globals: {
JSX: 'readonly',
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest'
},
plugins: [
'jsx-a11y',
'import',
Expand Down

0 comments on commit 76abdba

Please sign in to comment.