1 2 3 4
module.exports = { "*.rs": "rustfmt", "*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write", };