mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
10 lines
250 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|