We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4657371 + 08133dc commit b59f98dCopy full SHA for b59f98d
libraries/codemirror/eslint.js
@@ -46,7 +46,7 @@
46
const errors = new eslint().verify(text, {
47
root: true,
48
parserOptions: {
49
- ecmaVersion: "latest"
+ ecmaVersion: "2019"
50
},
51
extends: ['eslint:recommended', 'airbnb-base'],
52
env: {
0 commit comments