Files
KaTeX/.arclint
ylemkimon a76c4b9a2f Switch npm to Yarn (#1522)
* Add testUrl to jest config

* Switch npm to Yarn
2018-07-29 11:36:27 -07:00

10 lines
250 B
Plaintext

{
"linters": {
"katex-linter": {
"type": "script-and-regex",
"script-and-regex.script": "yarn run test:lint || true",
"script-and-regex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m"
}
}
}