You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
So you use https://github.com/morishitter/stylefmt to format at runtime, then https://stylelint.io to lint at CI time.
Dev Time
Looks like we can use: https://www.npmjs.com/package/styled-components-stylefmt to automate the formatting
This may need editor support so we can run it when you press save, and it can be added to the husky pre-commit/pre-push formatters,
Editor support could come from https://github.com/mrmlnc/vscode-stylefmt - probably can make some changes to support using styled-components-stylefmt instead.
CI Time
We can use https://stylelint.io to lint that everything is 👍
The text was updated successfully, but these errors were encountered: