mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-30 08:40:54 +08:00
9 lines
194 B
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"]
|
|
}
|
|
}
|