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