mathml-to-latex/.lintstagedrc.json

6 lines
67 B
JSON

{
"*.ts": [
"eslint 'src/**' --fix",
"npm run test"
]
}