fix: lint config

This commit is contained in:
yyh
2026-03-03 15:21:56 +08:00
parent 174e95cb41
commit 8234bced70
2 changed files with 1 additions and 9 deletions

View File

@ -2765,9 +2765,6 @@
"style/multiline-ternary": {
"count": 2
},
"tailwindcss/enforce-consistent-class-order": {
"count": 1
},
"ts/no-explicit-any": {
"count": 1
}
@ -2870,11 +2867,6 @@
"count": 2
}
},
"app/components/base/tooltip/index.tsx": {
"tailwindcss/enforce-consistent-class-order": {
"count": 1
}
},
"app/components/base/video-gallery/VideoPlayer.tsx": {
"react-hooks-extra/no-direct-set-state-in-use-effect": {
"count": 1

View File

@ -311,6 +311,6 @@
]
},
"lint-staged": {
"*": "eslint --fix --pass-on-unpruned-suppressions"
"*": "eslint --fix"
}
}