7 lines
70 B
JSON
7 lines
70 B
JSON
|
|
{
|
||
|
|
"src/**/*.ts": [
|
||
|
|
"eslint --fix",
|
||
|
|
"prettier --write"
|
||
|
|
]
|
||
|
|
}
|