Published onJuly 22, 2022⛔ How to ban imports with ESLintClean-CodeSometimes you don't want to use some modules from a library or other part of your code. Or you want to prevent your colleagues from using them. This post gives you a ready-to-use solution for banning imports with ESLint.
Published onNovember 26, 2021✨ Auto-fixable import sorting rules for ESLintClean-CodeESLint config snippet for sorting imports automatically on file save. Works well with Next.js