aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
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}