fixed ts eslint

This commit is contained in:
Miodec 2022-02-11 19:15:34 +01:00
parent f66e872d68
commit caf04ca07d

View file

@ -27,6 +27,7 @@
},
"parser": "@typescript-eslint/parser",
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"json/*": ["error"],
"indent": ["off"], //handled by prettier
"linebreak-style": ["error", "unix"],
@ -46,6 +47,7 @@
{
"extensions": [
"",
".js",
".ts",
".tsx",
".es.ts",