chore: improve linting (#25235)

This commit is contained in:
Zach Bloomquist
2022-12-29 12:26:13 -05:00
committed by GitHub
parent 90b2c8d10f
commit 1b1ed9cd49
66 changed files with 107 additions and 1910 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"parser": "@typescript-eslint/parser"
}
-5
View File
@@ -1,5 +0,0 @@
{
"rules": {
"no-console": "off"
}
}
-7
View File
@@ -1,7 +0,0 @@
{
"extends": "../.eslintrc.json",
"rules": {
"no-console": "off",
"no-empty": "off"
}
}