notum-cz / strapi-next-monorepo-starter

This is a ready-to-go starter template for Strapi projects. It combines the power of Strapi, NextJS, Shadcn/ui libraries with Turborepo setup and kickstarts your project development.
56 stars 2 forks source link

chore: Update ESLint to Version 9.0.0 #3

Open tocosastalo opened 3 months ago

tocosastalo commented 3 months ago

We need to update the ESLint configuration to new version 9.0.0. This update includes several key changes and improvements that are essential for maintaining code quality and consistency across the codebase.

Useful links:

tocosastalo commented 4 weeks ago

This is blocked as Eslint 9 is supported from Next 15 - https://nextjs.org/blog/next-15#eslint-9-support. First we need to finish #34