elastic / next-eui-starter

Start building Kibana protoypes quickly with the Next.js EUI Starter
https://elastic.github.io/next-eui-starter/
Apache License 2.0
93 stars 30 forks source link

Extend from Next's ESLint config #48

Closed pugnascotia closed 2 years ago

pugnascotia commented 2 years ago

Since version 11.0.0, Next.js provides an integrated ESLint experience out of the box. This PR reworks the ESLint configuration to extend from the Next configuration, which essentially allows us to skip a lot of configuration.

Note that ESLint is still pinned to <8.0.0, and also running yarn lint prints a complaint about the TypeScript version, which is harmless.