mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
10 lines
321 B
Text
10 lines
321 B
Text
|
{
|
||
|
"linters": {
|
||
|
"coffeescript-linter": {
|
||
|
"type": "script-and-regex",
|
||
|
"script-and-regex.script": "script/grunt coffeelint:target --target",
|
||
|
"script-and-regex.regex": "/^ ((?P<error>✖)|(?P<warning>⚠)) *line (?P<line>\\d+) +(?P<message>.*)$/m",
|
||
|
"include": "{\\.(e?coffee|cjsx)}"
|
||
|
}
|
||
|
}
|
||
|
}
|