vue3-vant-mobile/.eslintrc

11 lines
125 B
Plaintext

{
"extends": [
"@antfu"
],
"rules": {
"brace-style": "off",
"@typescript-eslint/brace-style": "off"
}
}