aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-21 15:05:27 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit1772b383de490cf406fe93ef3aa3a941f6db513c (patch)
tree7cecc404c8d71951c22079e9bf5180095981b7f9 /.eslintrc.json
parent118626c8752bee7b05c4e0b668852e1aba2416f1 (diff)
downloadPeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.tar.gz
PeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.tar.zst
PeerTube-1772b383de490cf406fe93ef3aa3a941f6db513c.zip
Add peertube runner cli
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index df9284882..4e80ff224 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -126,7 +126,8 @@
126 ] 126 ]
127 }, 127 },
128 "ignorePatterns": [ 128 "ignorePatterns": [
129 "node_modules/" 129 "node_modules/",
130 "server/tests/fixtures"
130 ], 131 ],
131 "parserOptions": { 132 "parserOptions": {
132 "EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true, 133 "EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true,
@@ -135,7 +136,8 @@
135 "./shared/tsconfig.json", 136 "./shared/tsconfig.json",
136 "./scripts/tsconfig.json", 137 "./scripts/tsconfig.json",
137 "./server/tsconfig.json", 138 "./server/tsconfig.json",
138 "./server/tools/tsconfig.json" 139 "./server/tools/tsconfig.json",
140 "./packages/peertube-runner/tsconfig.json"
139 ] 141 ]
140 } 142 }
141} 143}