mirror of
https://github.com/danbulant/convex-macros
synced 2026-05-19 03:58:31 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
module.exports = {
|
|
"*.rs": "rustfmt",
|
|
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
|
|
};
|