Skip to content

Instantly share code, notes, and snippets.

@ohepworthbell
Created January 28, 2020 11:47
Show Gist options
  • Save ohepworthbell/8f82d6c70924886712677ebb177eb4ec to your computer and use it in GitHub Desktop.
Save ohepworthbell/8f82d6c70924886712677ebb177eb4ec to your computer and use it in GitHub Desktop.
module.exports = {
extends: 'stylelint-config-standard',
rules: {
indentation: [2],
'selector-type-no-unknown': null,
'at-rule-no-unknown': null,
'unit-whitelist': ['em', 'rem', '%', 'px', 'vw', 'vh', 's', 'deg', 'fr'],
'no-descending-specificity': null
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment