mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-24 23:18:23 -05: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:
Vendored
+1
-1
@@ -46,7 +46,7 @@
|
||||
const errors = new eslint().verify(text, {
|
||||
root: true,
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest"
|
||||
ecmaVersion: "2019"
|
||||
},
|
||||
extends: ['eslint:recommended', 'airbnb-base'],
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user