mirror of
https://github.com/timeshiftsauce/CeruMusic.git
synced 2025-11-24 19:12:53 +08:00
11 lines
340 B
JSON
11 lines
340 B
JSON
{
|
|
"extends": ["@electron-toolkit/eslint-config-ts", "@electron-toolkit/eslint-config-prettier"],
|
|
"rules": {
|
|
"vue/require-default-prop": "off",
|
|
"vue/multi-word-component-names": "off",
|
|
"@typescript-eslint/explicit-function-return-type": "off",
|
|
"@typescript-eslint/no-explicit-any": "warn",
|
|
"no-console": "warn"
|
|
}
|
|
}
|