5 lines
88 B
JSON
5 lines
88 B
JSON
|
{
|
||
|
"*.{js,jsx,ts,tsx}": "npm run lint -- --fix",
|
||
|
"*.{json,md}": "prettier --write"
|
||
|
}
|