mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add es2019.string back to tsconfig
Our eslint tests were breaking, as it appears that later years do not include APIs added in previous years, like trimStart()
This commit is contained in:
parent
4a7c5b74c1
commit
a7578245d0
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
"es2018.regexp",
|
||||
"es2019.array",
|
||||
"es2019.object",
|
||||
"es2019.string",
|
||||
"es2020.string",
|
||||
"es2020.promise",
|
||||
"dom",
|
||||
|
|
Loading…
Reference in a new issue