# https://github.com/sasstools/sass-lint/tree/master/docs/rules files: include: app/assets/stylesheets/**/*.scss options: formatter: stylish merge-default-rules: true rules: class-name-format: 0 id-name-format: 0 leading-zero: - 1 - include: true no-duplicate-properties: - 1 - exclude: - src # for @font mixins no-qualifying-elements: - 1 - allow-element-with-attribute: true # input[type='email'] but not div.class-name quotes: 0 no-vendor-prefixes: - excluded-identifiers: - -moz-osx-font-smoothing - -webkit-font-smoothing