timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.92k stars 2.08k forks source link

ESLint migration needed ASAP #1061

Open Alejogb1 opened 1 week ago

Alejogb1 commented 1 week ago

I think it needs to migrate to the new ESLint configuration file *(typically configured in .eslintrc.js or .eslintrc.json files) to the new flat config format (typically configured in an eslint.config.js file).

eslint docs

trillium commented 5 days ago

Great opportunity for a PR!

timlrx commented 4 days ago

Yep, appreciate a PR on this! In the meantime, Next 15 should still support the older ESLint config file styles at least until the next major upgrade.