mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-07-21 09:35:22 -04:00
make no-unused-private-class-members a warning
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineConfig([
|
||||
"no-async-promise-executor": "off",
|
||||
"no-extra-boolean-cast": "off",
|
||||
"no-empty": "off",
|
||||
"no-unused-private-class-members": "warn",
|
||||
"no-unused-vars": "off",
|
||||
"unused-imports/no-unused-imports": "error",
|
||||
"unused-imports/no-unused-vars": [
|
||||
|
||||
Reference in New Issue
Block a user