extends: default

rules:
  # 80 chars should be enough, but don't fail if a line is longer
  line-length:
    #max: 80
    max: 1024
    level: warning

  # don't bother me with this rule
  indentation: disable

  comments: {require-starting-space: false}
