eslint-plugin-css-modules
eslint-plugin-css-modules copied to clipboard
Support no-undef-class with :global()
Proposed solution to issue https://github.com/atfzl/eslint-plugin-css-modules/issues/14
- If the node that contains
:globalpseudoClass contains arguments and other classes, only remove the pseudoClass. - If the node does not contain other classes remove the full node.