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
It would be nice to order imports based on their extension. For our case, we want to leave all css modules imported at the end of the imports list
import styles from '../styles.scss';
import CustomModule from './custom-module';```
Here it is more preferable to warn us move `styles` after `CustomModule`
steric85, fuko-fabio, paulsorge, demipel8, zaqqaz and 31 more