Remove incorrect eslint-setting

This commit is contained in:
Manuel Thalmann 2021-05-11 00:45:32 +00:00
parent d6fa484904
commit 90bb091ae8

View file

@ -14,8 +14,7 @@ module.exports = {
project: [
join(__dirname, "tsconfig.json"),
join(__dirname, "tsconfig.eslint.json"),
join(appRoot, "tsconfig.json"),
join(appRoot, "src", "tests", "tsconfig.json")
join(appRoot, "tsconfig.json")
]
}
};