Remove incorrect eslint-setting
This commit is contained in:
parent
d6fa484904
commit
90bb091ae8
|
@ -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")
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue