Files
LangBot/web_ui/.prettierrc.mjs
Lightwing 8d37447146 feat: notification and spinning display step 1 (#1345)
* feat: notification and loading display step 1

* chore: linter with husky and prettier, specifying rules needed
2025-04-28 13:55:12 +08:00

9 lines
162 B
JavaScript

/**
* @see https://prettier.io/docs/configuration
* @type {import("prettier").Config}
*/
const config = {
trailingComma: "none",
};
export default config;