1.0.0-alpha.3 • Published 6 years ago
eslint-plugin-react-with-classes v1.0.0-alpha.3
eslint-plugin-react-with-classes 
ESLint plugin for mui-withstyles.
Rules
- react-with-classes/no-unused-classes: Require all styles that are defined to be referenced
Caveats
- If not passed directly to
withStyles,theme => ({ ... })calls must be namedstyleswhether they're declared inline or default-exported from another module
Examples
- See the tests for valid/invalid cases
