UNPKG

@travlrcom/icons

Version:

TRAVLR Icons

19 lines (16 loc) 396 B
module.exports = { extends: 'stylelint-config-standard', ignoreFiles: [ 'node_modules', 'bower_components' ], rules: { 'at-rule-no-unknown': null, 'comment-empty-line-before': ['always', { except: ['first-nested'], ignore: ['after-comment', 'stylelint-commands'] }], 'comment-whitespace-inside': 'always', 'no-descending-specificity': null } }