mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 19:24:19 +00:00
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:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @see https://prettier.io/docs/configuration
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
const config = {
|
||||
trailingComma: "none",
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user