Skip to content

Commit

Permalink
Revert to using ECMA 6
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Jul 22, 2022
1 parent 3480141 commit 1457a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class ConfigParser {

// Parse the AST out of the configuration file
const espreeOptions = {
ecmaVersion: 'latest',
ecmaVersion: 6,
sourceType: 'module',
range: true
}
Expand Down

0 comments on commit 1457a09

Please sign in to comment.