---
extends: default
rules:
  line-length:
    max: 150
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: false
  truthy:
    allowed-values: ['yes', 'no', 'true', 'false']
