diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76ea56dc..a4a50e64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,7 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier + exclude: frontend/tsconfig.json - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index d9429069..3f0ed268 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -12,8 +12,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "preserve", + "jsx": "preserve" }, "include": ["src"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] }