mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 03:20:41 +08:00
Do not warn about 80 columns in coffeelint, it's not required.
This commit is contained in:
6
script/coffeelint.json
Normal file
6
script/coffeelint.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"max_line_length": {
|
||||
"value": 80,
|
||||
"level": "ignore"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user