electron/script/coffeelint.json

7 lines
82 B
JSON
Raw Normal View History

{
"max_line_length": {
"value": 80,
"level": "ignore"
}
}