We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4657371 commit 08133dcCopy full SHA for 08133dc
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