You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also checked at runtime but it would be nice to have it in the linter for CI.
makeStyles({foo: {// invalid, should be '&.withClass''.withClass': {}}})
It might be useful to create a @griffel/validation package to share these checks between core and the eslint-plugin. That could also hold the set of invalid shorthand selectors.
The text was updated successfully, but these errors were encountered:
This is also checked at runtime but it would be nice to have it in the linter for CI.
It might be useful to create a
@griffel/validation
package to share these checks between core and the eslint-plugin. That could also hold the set of invalid shorthand selectors.The text was updated successfully, but these errors were encountered: