chore: unnecessary comment

This commit is contained in:
Miodec 2024-02-06 14:03:14 +01:00
parent 83a4c0e6aa
commit eb0219e976

View file

@ -69,12 +69,6 @@
// enable the rule specifically for TypeScript files
"files": ["*.ts", "*.tsx"],
"rules": {
// "@typescript-eslint/strict-boolean-expressions": [
// "error",
// {
// "allowString": false
// }
// ],
"@typescript-eslint/explicit-function-return-type": ["error"],
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-function": "error",