mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
* feat: notification and loading display step 1 * chore: linter with husky and prettier, specifying rules needed
3 lines
75 B
JSON
3 lines
75 B
JSON
{
|
|
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix", "eslint"]
|
|
} |