Files
supabase/packages/eslint-config-supabase/package.json
Ivan Vasilov dc5ab444df feat: Add typechecking as a required check for the merge queue (#38939)
* Disable typesafe builds on prod for studio.

* Add typecheck github action to the merge queue checks.

* Add typescript dependency to packages to stabilize their versions.

* Add tailwindcss to the catalog.
2025-09-23 11:34:56 +02:00

19 lines
390 B
JSON

{
"name": "eslint-config-supabase",
"version": "1.0.0",
"main": "next.js",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rimraf node_modules"
},
"dependencies": {
"eslint-config-next": "15.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.4"
},
"devDependencies": {
"typescript": "~5.5.0"
}
}