mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
* Remove Makefile and migrate to NPM scripts * Update documentation/.arclint * Check node version in prestart * Group test npm scripts into `test:`
10 lines
249 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|