feat: add api foundation and booking schema
This commit is contained in:
@@ -2,7 +2,7 @@ import eslint from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
{ ignores: ["**/dist/**", "**/.next/**", "**/node_modules/**", "prototype/**"] },
|
||||
{ ignores: ["**/dist/**", "**/.next/**", "**/node_modules/**", "prototype/**", "**/prisma/**"] },
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommendedTypeChecked,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user