feat: notification and spinning display step 1 (#1345)

* feat: notification and loading display step 1

* chore: linter with husky and prettier, specifying rules needed
This commit is contained in:
Lightwing
2025-04-28 10:35:39 +08:00
committed by Junyan Qin
parent 5562148327
commit 8d37447146
8 changed files with 81 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* @see https://prettier.io/docs/configuration
* @type {import("prettier").Config}
*/
const config = {
trailingComma: "none",
};
export default config;