stylelint-processor-styled-components
stylelint-processor-styled-components copied to clipboard
Lint your styled components with stylelint!
Hi, is this package still been maintained? Can the package below be updated? 
If it's "duh" why even include it in the list of requirements? I don't see you listing a computer and a keyboard... Please don't verbally abuse your users.
Adding importMeta to babylon-parser to allow for https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta This error came up when parsing a file using [Vite](https://vitejs.dev/) with environment variables
Add support for multiple module names. In monorepos can be used for styling more than one module. Added one more update which fix problem with validation interpolated properties. For support...
As of v3.3.0 styled-components released [object syntax](https://spectrum.chat/styled-components/general/v3-3-0-is-out-with-first-class-object-support~2b5fd935-fb1d-480d-a524-95ecd540a1ac) which is also supported by emotion and styletron. styled: ``` const Button = styled.button({ color: 'blue' }) ``` css prop: ``` const className...
👋 Hi, I merely have a question here. I've been blindly using [`stylelint-processor-styled-components`](https://www.npmjs.com/package/stylelint-processor-styled-components) along with [`stylelint-config-styled-components`](https://www.npmjs.com/package/stylelint-config-styled-components) because the documentation says so. I was recently setting up a new project and...
## Environment ## System: - OS: macOS 10.15.6 - CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz - Memory: 326.75 MB / 32.00 GB - Shell: 5.7.1 - /bin/zsh...
Stylelint support css-in-js out of box, so no need use this plugin, will be great deprecate this
## Environment package.json: ```js "stylelint": "^13.6.1", "stylelint-config-recommended": "^3.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0" ``` .stylelintrc: ```js { "processors": ["stylelint-processor-styled-components"], "extends": [ "stylelint-config-recommended", "stylelint-config-styled-components" ] } ``` ## Reproduction ```js const Container...
like https://github.com/styled-components/stylelint-processor-styled-components/issues/159 said: Stylelint not working with `withConfig`. Since v5.1, new `shouldForwardProp` API is supported , which need to use `withConfig`.