Cultivation/.lintstagedrc.json

5 lines
101 B
JSON
Raw Permalink Normal View History

2022-07-20 07:14:02 +08:00
{
"src-tauri/**/*.rs": "rustfmt --edition 2021",
"*": "yarn prettier --write --ignore-unknown"
}