Become the master of your eslint with no-restricted-syntax

from blog Vladimir Klepov as a Coder, | ↗ original
The other day I was doing my normal thing trying to force import '*.css' to be the last import in a file, which ensures a predicatbale CSS order. I spent hours looking for a eslint plugin to do that, but with little luck. Without getting into too much details: The built-in sort-imports can only group by syntax (eg import { a, b } before import...