Files
contracts/.lintstagedrc.json
2021-11-01 11:22:20 +01:00

4 lines
61 B
JSON

{
"**/*.{ts,js}": ["prettier --write", "eslint --fix"]
}