-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrastructure: Add Prettier Stylelint config #1554
Conversation
|
@@ -9,6 +9,7 @@ | |||
] | |||
} | |||
], | |||
"no-descending-specificity": null | |||
"no-descending-specificity": null, | |||
"prettier/prettier": [true, {"singleQuote": false}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thus is undoing the what is set in the config, because I had the config from a larger branch looking at Prettier across the different file types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! :)
5937029
to
4d61b63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great to me!
Related to #1180
Was built off the same branch, so there is overlap with the config, and then suppressing the option in the Stylelint config