mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
* Replace `yarn run` with `yarn` * Replace `yarn install` with `yarn` * Remove building using `npm` from node.md
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
{
|
|
"linters": {
|
|
"katex-linter": {
|
|
"type": "script-and-regex",
|
|
"script-and-regex.script": "yarn test:lint || true",
|
|
"script-and-regex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m"
|
|
}
|
|
}
|
|
}
|