Do not warn about 80 columns in coffeelint, it's not required.

This commit is contained in:
Cheng Zhao
2013-09-27 11:01:40 +08:00
parent 11f387743f
commit f3eef6cc2e
2 changed files with 9 additions and 2 deletions

6
script/coffeelint.json Normal file
View File

@@ -0,0 +1,6 @@
{
"max_line_length": {
"value": 80,
"level": "ignore"
}
}