How to format order import styles css module to first line in eslint-plugin-import?
Advertisements I am trying to config ESLint for my project that using eslint-plugin-import to ogranize module import order but I have a case with style css module. I want to place style css module import to the first line. How I can config to get my expected? Here is my lint config for that: .eslintrc.json… Read More How to format order import styles css module to first line in eslint-plugin-import?