Styled-components-website: Remove stylelint-processor-styled-components in stylelint section

Created on 29 Jun 2020  路  1Comment  路  Source: styled-components/styled-components-website

According to those two GitHub issues stylelint-processor-styled-components is deprecated as it provokes bugs and stylelint now supports CSS-in-JS out of the box.

I think we should update the documentation section to avoid newcomers to install it.

I could do the PR if you want to

Most helpful comment

stylelint-processor-styled-components still uses the old @babel/parser and a PR to update it is not accepted a long time.
https://github.com/styled-components/stylelint-processor-styled-components/pull/296
It means that we cannot use new ES syntaxes and TypeScript syntaxes with stylelint-processor-styled-components. I think this is a pit fall for styled-components users, so I hope to update the documentation.

I'll be happy to work on this if no one work on it.

>All comments

stylelint-processor-styled-components still uses the old @babel/parser and a PR to update it is not accepted a long time.
https://github.com/styled-components/stylelint-processor-styled-components/pull/296
It means that we cannot use new ES syntaxes and TypeScript syntaxes with stylelint-processor-styled-components. I think this is a pit fall for styled-components users, so I hope to update the documentation.

I'll be happy to work on this if no one work on it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mxstbr picture mxstbr  路  4Comments

mxstbr picture mxstbr  路  3Comments

mxstbr picture mxstbr  路  7Comments

johannesnagl picture johannesnagl  路  4Comments

mxstbr picture mxstbr  路  5Comments