Files
Auto_Bangumi/.eslintrc.json
2023-04-24 21:03:19 +08:00

8 lines
117 B
JSON

{
"extends": ["@antfu", "prettier"],
"rules": {
"antfu/if-newline": ["off"],
"no-console": ["off"]
}
}