mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
5 lines
131 B
JSON
5 lines
131 B
JSON
{
|
|
"**/*": ["prettier --write --ignore-unknown"],
|
|
"**/*.{js,jsx,ts,tsx}": ["eslint --fix --report-unused-disable-directives"]
|
|
}
|