Skip to content

Commit b59f98d

Browse files
authored
Merge pull request #1092 from lly-c232733/develop
Band-Aid fix for the bootleg eslint
2 parents 4657371 + 08133dc commit b59f98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/codemirror/eslint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
const errors = new eslint().verify(text, {
4747
root: true,
4848
parserOptions: {
49-
ecmaVersion: "latest"
49+
ecmaVersion: "2019"
5050
},
5151
extends: ['eslint:recommended', 'airbnb-base'],
5252
env: {

0 commit comments

Comments
 (0)