We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3280dd0 commit 49a93fcCopy full SHA for 49a93fc
lib/apply-extends.js
@@ -12,7 +12,7 @@ function checkForCircularExtends (path) {
12
}
13
14
function getPathToDefaultConfig (cwd, pathToExtend) {
15
- return path.isAbsolute(pathToExtend) ? pathToExtend : path.join(cwd, pathToExtend)
+ return path.resolve(cwd, pathToExtend)
16
17
18
function applyExtends (config, cwd, subKey) {
0 commit comments