Files
Auto_Bangumi/webui/.eslintrc.json

9 lines
194 B
JSON

{
"extends": ["@antfu", "prettier", "plugin:storybook/recommended"],
"rules": {
"antfu/if-newline": ["off"],
"no-console": ["off"],
"vue/custom-event-name-casing": ["off"]
}
}