Open lencioni opened 8 years ago
stylelint has a bunch of rules, many of which may be useful for people writing CSS in JS. Instead of re-implementing all of these as separate rules for this plugin, it might be useful to add a rule that acts as a bridge between eslint and stylelint.
This might be useful to draw from: https://github.com/styled-components/stylelint-processor-styled-components
stylelint has a bunch of rules, many of which may be useful for people writing CSS in JS. Instead of re-implementing all of these as separate rules for this plugin, it might be useful to add a rule that acts as a bridge between eslint and stylelint.