seegno / stylelint-config-seegno

MIT License
0 stars 0 forks source link

Update Stylelint to v14 #66

Open bsonntag opened 2 years ago

bsonntag commented 2 years ago

On Stylelint v14 a new way to specify syntax was added, based on postcss-syntax. See the documentation for more information.

Also, stylelint-processor-styled-components has been deprecated (because Stylelint no longer supports processors).

Information about how the new way to specify syntax works is still scarce, but we need to figure out how to move from using stylelint-processor-styled-components to the new customSyntax option so that we can upgrade to Stylelint v14.

bsonntag commented 2 years ago

From what I understand, we can either use postcss-styled or postcss-jsx for this.