From: Alexander Ebert Date: Mon, 8 Aug 2022 16:15:38 +0000 (+0200) Subject: Register the extra `tsconfig.json` with ESLint X-Git-Tag: 6.0.0_Alpha_1~1024^2~26 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0034b8840e44feddaa0b3292dec974e823ed3b00;p=GitHub%2FWoltLab%2FWCF.git Register the extra `tsconfig.json` with ESLint --- diff --git a/.eslintrc.js b/.eslintrc.js index 305506d8f8..1c0a031b46 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,10 @@ module.exports = { parser: "@typescript-eslint/parser", parserOptions: { tsconfigRootDir: __dirname, - project: ["./tsconfig.json"] + project: [ + "./tsconfig.json", + "./ts/WoltLabSuite/WebComponent/tsconfig.json" + ] }, plugins: ["@typescript-eslint"], extends: [