TOPVERSE_Official/.eslintrc

10 lines
115 B
Plaintext

{
"extends": [
"@antfu",
"@unocss"
],
"rules": {
"@typescript-eslint/ban-ts-comment":"off"
}
}