mathml-to-latex/.lintstagedrc.json
2020-09-26 16:53:48 -03:00

6 lines
67 B
JSON

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