disable token error

This commit is contained in:
Maidul Islam
2023-07-21 18:41:32 -04:00
parent 3d93c6a995
commit be677fd6c2

View File

@@ -10,6 +10,8 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"no-empty-function": "off",
"@typescript-eslint/no-empty-function": "off",
"no-console": 2,
"quotes": [
"error",