Skip to content

Commit

Permalink
feat: bump default ecmaVersion to ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Apr 16, 2022
1 parent 9dbdf27 commit 2af750d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
files: ['*.js', '*.jsx'],
parser: 'espree',
parserOptions: {
ecmaVersion: 2019,
ecmaVersion: 2020,
sourceType: 'module'
}
}
Expand Down
2 changes: 1 addition & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2019,
ecmaVersion: 2020,
sourceType: 'module',
project: './tsconfig.json'
},
Expand Down

0 comments on commit 2af750d

Please sign in to comment.