UNPKG

stylelint-config-migme

Version:

migme's config for stylelint

21 lines (20 loc) 608 B
module.exports = { rules: { indentation: 2, 'max-empty-lines': 1, 'max-line-length': [100, { ignore: 'non-comments', }], 'max-nesting-depth': 3, 'no-browser-hacks': true, 'no-descending-specificity': true, 'no-duplicate-selectors': true, 'no-eol-whitespace': true, 'no-indistinguishable-colors': true, 'no-invalid-double-slash-comments': true, 'no-missing-end-of-source-newline': true, 'no-unknown-animations': true, // 'no-unsupported-browser-features': [true, { severity: 'warning' }], 'stylelint-disable-reason': 'always-before', }, }