Files
KaTeX/.arclint
ylemkimon 383a68b935 Remove Makefile and migrate to NPM scripts (#1135)
* Remove Makefile and migrate to NPM scripts

* Update documentation/.arclint

* Check node version in prestart

* Group test npm scripts into `test:`
2018-02-06 12:39:24 -05:00

10 lines
249 B
Plaintext

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