5 lines
99 B
JSON
5 lines
99 B
JSON
{
|
|
"!(out/**/*)*.{js,jsx,ts,tsx}": "npm run lint -- --fix",
|
|
"*.{json,md}": "prettier --write"
|
|
}
|