Skip to content

Instantly share code, notes, and snippets.

@syuji-higa
Last active November 16, 2019 04:04
Show Gist options
  • Save syuji-higa/44254aa937019f978256f016692f4700 to your computer and use it in GitHub Desktop.
Save syuji-higa/44254aa937019f978256f016692f4700 to your computer and use it in GitHub Desktop.
Style Lint - default setting
module.exports = {
'extends': 'stylelint-config-standard',
rules: {
'no-descending-specificity': null,
'no-duplicate-selectors': null,
'at-rule-no-unknown': null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment