Revert to using ECMA 6

This commit is contained in:
James M. Greene
2022-07-22 18:01:23 -05:00
parent 3480141499
commit 1457a09e2b

View File

@@ -166,7 +166,7 @@ class ConfigParser {
// Parse the AST out of the configuration file // Parse the AST out of the configuration file
const espreeOptions = { const espreeOptions = {
ecmaVersion: 'latest', ecmaVersion: 6,
sourceType: 'module', sourceType: 'module',
range: true range: true
} }