This seems like a nice linting rule, however, it is also good practice to split the styles in a separate file. In this case the rule warns that all classes are unused. Is it possible to adjust this rule so that it also works if the styles are defined in a separate file?
This seems like a nice linting rule, however, it is also good practice to split the styles in a separate file. In this case the rule warns that all classes are unused. Is it possible to adjust this rule so that it also works if the styles are defined in a separate file?
Related to the same question at https://github.com/jens-ox/eslint-plugin-material-ui-unused-classes/issues/3