11 lines
144 B
JSON
11 lines
144 B
JSON
|
|
{
|
||
|
|
"*.{ts,tsx}": [
|
||
|
|
"eslint --fix",
|
||
|
|
"prettier --write"
|
||
|
|
],
|
||
|
|
"*.{json,md,mdx,css,html,yml,yaml,scss}": [
|
||
|
|
"prettier --write"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|