This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
p61-project/.lintstagedrc.json

5 lines
131 B
JSON

{
"**/*": ["prettier --write --ignore-unknown"],
"**/*.{js,jsx,ts,tsx}": ["eslint --fix --report-unused-disable-directives"]
}