X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=4e80ff2246f657b3907292e4f489e7116e023488;hb=ae22c59f14d0d553f60b281948b6c232c2aca178;hp=df928488204eac05c58af2dc6f848ee7ea625b09;hpb=e65ef81cf51746616182a822bd6933bf0d16717a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index df9284882..4e80ff224 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -126,7 +126,8 @@ ] }, "ignorePatterns": [ - "node_modules/" + "node_modules/", + "server/tests/fixtures" ], "parserOptions": { "EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true, @@ -135,7 +136,8 @@ "./shared/tsconfig.json", "./scripts/tsconfig.json", "./server/tsconfig.json", - "./server/tools/tsconfig.json" + "./server/tools/tsconfig.json", + "./packages/peertube-runner/tsconfig.json" ] } }