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
Raw Normal View History

2024-02-16 23:06:23 +01:00
{
"**/*": ["prettier --write --ignore-unknown"],
"**/*.{js,jsx,ts,tsx}": ["eslint --fix --report-unused-disable-directives"]
}