Skip to content

Commit

Permalink
parserOptions.ecmaVersion = 12 // 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Feb 6, 2024
1 parent d4c509a commit 304951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let off = 'off'
let err = 'error'
module.exports = {
parserOptions: {
ecmaVersion: 11 // 2020
ecmaVersion: 12 // 2021
},
// parserOptions default source type is `script`; override to `module` because eslint bailed on #12675
overrides: [ {
Expand Down

0 comments on commit 304951d

Please sign in to comment.