styled-jsx-plugin-stylelint icon indicating copy to clipboard operation
styled-jsx-plugin-stylelint copied to clipboard

Plugin to use stylelint with styled-jsx. Warning this is a Proof Of Concept plugin.

Results 5 styled-jsx-plugin-stylelint issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I have everything setup according to the readme.md ``` { "presets": [ "es2015", "react", [ "next/babel", { "styled-jsx": { "plugins": [ "styled-jsx-plugin-postcss", "styled-jsx-plugin-stylelint" ] } } ] ] } ```...

Update stylelint version to fix 'braces' package vulnerability https://www.npmjs.com/advisories/786

Is there a way to integrate this with the actual stylelint plugin to fix when running `npm run stylelint`?