mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
fix(commons): remove redundant tsconfig for eslint
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
352de8e7b9
commit
9ccfaf3d0e
5 changed files with 3 additions and 9 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"project": [
|
||||
"./tsconfig-eslint.json"
|
||||
"./tsconfig.json"
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue