Files
BewlyBewly/.eslintrc
Hakadao 24b3f11fb9 feat: implement some features to the search page configuration
* refactor: adjust the arrangement in the i18n
2023-08-07 00:39:06 +08:00

8 lines
105 B
Plaintext

{
"extends": "@antfu",
"rules": {
"vue/comma-dangle": "off",
"vue/dot-location": "off"
}
}