This PR adds a new project type to UpLeveled ESLint. Previously, if a project had postgres installed, ESLint assumed it was a Next.js application. Now, with the use of Expo Router, we can set up PostgreSQL in an Expo React Native project. This update ensures that ESLint correctly identifies Expo projects with PostgreSQL.
This PR adds a new project type to UpLeveled ESLint. Previously, if a project had
postgres
installed, ESLint assumed it was a Next.js application. Now, with the use of Expo Router, we can set up PostgreSQL in an Expo React Native project. This update ensures that ESLint correctly identifies Expo projects with PostgreSQL.