mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Merge pull request #1092 from lly-c232733/develop
Band-Aid fix for the bootleg eslint
This commit is contained in:
commit
b59f98d63b
2
libraries/codemirror/eslint.js
vendored
2
libraries/codemirror/eslint.js
vendored
@ -46,7 +46,7 @@
|
|||||||
const errors = new eslint().verify(text, {
|
const errors = new eslint().verify(text, {
|
||||||
root: true,
|
root: true,
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: "latest"
|
ecmaVersion: "2019"
|
||||||
},
|
},
|
||||||
extends: ['eslint:recommended', 'airbnb-base'],
|
extends: ['eslint:recommended', 'airbnb-base'],
|
||||||
env: {
|
env: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user