mirror of
https://github.com/lichess-org/chessground.git
synced 2026-05-26 13:50:53 +00:00
Update to ES2020.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"root": true,
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2017": true
|
||||
"es2020": true
|
||||
},
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
|
||||
+2
-2
@@ -12,7 +12,7 @@
|
||||
"noImplicitReturns": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2017",
|
||||
"lib": ["DOM", "ES2017"]
|
||||
"target": "ES2020",
|
||||
"lib": ["DOM", "ES2020"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user