DocumentCheck_vue/.eslintrc.json

6 lines
58 B
JSON
Raw Normal View History

2024-10-25 09:48:55 +08:00
{
"rules": {
"space-before-function-paren": 0
}
}