
Summary: Move the linting configuration to `.arclint` so that `arc lint` works again. Test plan: - `arc lint` Auditors: alpert
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
{
|
|
"linters": {
|
|
"katex-linter": {
|
|
"type": "script-and-regex",
|
|
"script-and-regex.script": "make lint || true",
|
|
"script-and-regex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m"
|
|
}
|
|
}
|
|
}
|