Skip to content

Commit

Permalink
🐛 add support for tsconfig.extends as array
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Oct 4, 2023
1 parent 4050e18 commit dd06907
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint-config/package.json
Expand Up @@ -30,6 +30,11 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1"
},
"overrides": {
"eslint-plugin-import": {
"tsconfig-paths": "^4.2.0"
}
},
"peerDependencies": {
"prettier": "^3.0.3"
},
Expand Down
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -39,5 +39,10 @@
"@dudeofawesome/code-style": "^1.0.0",
"@types/eslint": "^8.44.2",
"@types/node": "^20.6.3"
},
"overrides": {
"eslint-plugin-import": {
"tsconfig-paths": "^4.2.0"
}
}
}

0 comments on commit dd06907

Please sign in to comment.