www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.arclint (241B)


      1 {
      2   "linters": {
      3     "katex-linter": {
      4       "type": "script-and-regex",
      5       "script-and-regex.script": "make lint || true",
      6       "script-and-regex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m"
      7     }
      8   }
      9 }