mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Update eslint.js
not sure why 'latest' is not working, but this fixes the annoying errors related to es5 being default
This commit is contained in:
parent
46573714a4
commit
08133dcf3d
2
libraries/codemirror/eslint.js
vendored
2
libraries/codemirror/eslint.js
vendored
@ -46,7 +46,7 @@
|
||||
const errors = new eslint().verify(text, {
|
||||
root: true,
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest"
|
||||
ecmaVersion: "2019"
|
||||
},
|
||||
extends: ['eslint:recommended', 'airbnb-base'],
|
||||
env: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user