Created
September 9, 2018 17:40
-
-
Save SergeyMell/95d758f63149a1651d9bc44489654845 to your computer and use it in GitHub Desktop.
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-primer", | |
"plugins": [ | |
"stylelint-scss" | |
], | |
"rules": { | |
"indentation": 4, | |
"selector-max-type": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment