1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
p61-project/.lintstagedrc.json

5 lines
131 B
JSON

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