6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"*.ts": [
|
|
"eslint 'src/**' --fix",
|
|
"npm run test"
|
|
]
|
|
} |