From 1772b383de490cf406fe93ef3aa3a941f6db513c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2023 15:05:27 +0200 Subject: Add peertube runner cli --- .eslintrc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.eslintrc.json') 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" ] } } -- cgit v1.2.3