Skip to content

Commit

Permalink
sourceType: module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 4, 2023
1 parent 3c89ba3 commit 829255e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
ecmaVersiofn: 'latest',
sourceType: 'module',
},
plugins: ['import', 'sort-keys-fix', '@typescript-eslint', 'prettier'],
root: true,
Expand Down

0 comments on commit 829255e

Please sign in to comment.