mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
[dev] Fix 'arc lint'
This commit is contained in:
parent
a8f36b88d9
commit
73725afbe7
1 changed files with 1 additions and 1 deletions
2
.arclint
2
.arclint
|
@ -2,7 +2,7 @@
|
|||
"linters": {
|
||||
"coffeescript-linter": {
|
||||
"type": "script-and-regex",
|
||||
"script-and-regex.script": "packages/client-app/script/grunt coffeelint:target --target",
|
||||
"script-and-regex.script": "./node_modules/.bin/coffeelint",
|
||||
"script-and-regex.regex": "/^ ((?P<error>✖)|(?P<warning>⚠)) *line (?P<line>\\d+) +(?P<message>.*)$/m",
|
||||
"include": "{\\.(e?coffee|cjsx)}"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue