ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨

Home Page:https://nextjs-boilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run autofix to sort these imports! simple-import-sort/imports

sreejinsreenivasan opened this issue · comments

Thanks for the great boiler plate.
How to fix the above problem. Thanks

Your import is in incorrect order. You can use eslint --fix or VSCode eslint extension to fix it.

You can find more information at: https://github.com/lydell/eslint-plugin-simple-import-sort#example