Move coffeelint settings to external file

The motivation is for this is to allow `coffeelint` config to be shared by
`script/grunt coffeelint`, global `coffeelint` and inline linting via
`AtomLinter`.

Test Plan:

Made some deliberate lint errors then ran `script/grunt coffeelint` and
verified the output looked the same with and without this change.
Esse commit está contido em:
Desmond Brand
2014-08-10 21:41:55 -07:00
commit 66ce001961
2 arquivos alterados com 12 adições e 6 exclusões
+11
Ver Arquivo
@@ -0,0 +1,11 @@
{
"indentation": {
"level": "ignore"
},
"max_line_length": {
"level": "ignore"
},
"no_empty_param_list": {
"level": "error"
}
}