coffeelint.json 68 B

123456
  1. {
  2. "max_line_length": {
  3. "value": 80,
  4. "level": "warn"
  5. }
  6. }