Skip to content

Instantly share code, notes, and snippets.

@yutahaga
Created March 21, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutahaga/4dc3f3e354b77f205b672df02f2e3682 to your computer and use it in GitHub Desktop.
Save yutahaga/4dc3f3e354b77f205b672df02f2e3682 to your computer and use it in GitHub Desktop.
Stylelint Configuration for SCSS
// yarn add @primer/css stylelint-config-primer stylelint-config-prettier -D
module.exports = {
extends: ['stylelint-config-primer', 'stylelint-config-prettier']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment