mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-02 22:12:57 +03:00
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
|
module.exports = {
|
||
|
"*": "prettier --ignore-unknown --write",
|
||
|
"*.{js,ts, tsx}": "pnpm lint-fix",
|
||
|
};
|