Created
August 10, 2020 00:49
-
-
Save Hfreitas/77343a4d99720b9e5c9233ac36f4610b to your computer and use it in GitHub Desktop.
stylelint React basic config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": [ | |
"stylelint-config-standard", | |
"stylelint-a11y/recommended", | |
"stylelint-config-prettier" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn add -D stylelint stylelint-a11y stylelint-config-prettier stylelint-config-standard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic config to integrate stylelint in Create-React-App