Skip to content

Conversation

@masa0902dev
Copy link
Owner

// これによってfunctions内のエラーは治った(プロジェクトルートを使う"tsconfig.json"のようにするとlint実行時にエラー).
project: ["./tsconfig.json", "./functions/tsconfig.json"],
sourceType: "module",

両方のtsconfigを参照する必要があった、相対パスで書くとうまくいった。

…g.json)を修正

functions内の.eslintrc.jsにて、parserOptionsのprojectパスを修正。相対パスじゃないとエラーになった。
parserOptions: {
    // これによってfunctions内のエラーは治った(プロジェクトルートを使う"tsconfig.json"のようにするとlint実行時にエラー)
    project: ["./tsconfig.json", "./functions/tsconfig.json"],
    sourceType: "module",
},
@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 3b4c801):

https://jwt-test-with-actions--pr8-feat-actions-with-jw-g0p7lyk0.web.app

(expires Thu, 23 Jan 2025 01:29:55 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 501e43b23c0acccde4628effa72e459aa2c25fc2

@masa0902dev masa0902dev merged commit 3db9cf1 into main Jan 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants