WebUI: unify comment format

This commit is contained in:
Chocobo1 2024-06-09 18:43:47 +08:00 committed by sledgehammer999
parent e60e96cb0e
commit 2f2e158877
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
7 changed files with 29 additions and 28 deletions

View file

@ -53,7 +53,8 @@ export default [
"allowTemplateLiterals": true
}
],
"Stylistic/semi": "error"
"Stylistic/semi": "error",
"Stylistic/spaced-comment": ["error", "always", { "exceptions": ["*"] }]
}
}
];