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:
Damien Elmes 2023-05-11 15:10:23 +10:00
parent 4a7c5b74c1
commit a7578245d0

View file

@ -29,6 +29,7 @@
"es2018.regexp",
"es2019.array",
"es2019.object",
"es2019.string",
"es2020.string",
"es2020.promise",
"dom",