t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.69k stars 400 forks source link

Question #833

Closed FleetAdmiralJakob closed 10 months ago

FleetAdmiralJakob commented 10 months ago

Maybe this question would fit better in a GH Discussion, but:

Why has this repo not next/core-web-vitals in his ESLint config, but the basic T3 has.

image

juliusmarminge commented 10 months ago

Probably should. The reason it's using the plugin instead of config is that we apply the react rules and basic tslint in the other presets, so the next preset in t3-turbo only needs to care about nextjs stuff.

PR accepted to change to core-web-vitals from the plugin though1