Skip to content

Instantly share code, notes, and snippets.

@Hfreitas
Created August 10, 2020 00:49
Show Gist options
  • Save Hfreitas/77343a4d99720b9e5c9233ac36f4610b to your computer and use it in GitHub Desktop.
Save Hfreitas/77343a4d99720b9e5c9233ac36f4610b to your computer and use it in GitHub Desktop.
stylelint React basic config
{
"extends": [
"stylelint-config-standard",
"stylelint-a11y/recommended",
"stylelint-config-prettier"
]
}
yarn add -D stylelint stylelint-a11y stylelint-config-prettier stylelint-config-standard
@Hfreitas
Copy link
Author

Basic config to integrate stylelint in Create-React-App

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment