stylelint-processor-styled-components
stylelint-processor-styled-components copied to clipboard
feat: add support for multiple moduleName and validate properties in interpolation
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 this, must be used "css" function from stylelint-components. More info in file "test/fixtures/hard/invalid-substitution-properties.js".