Files
mergify/lib/utils/getConfigPath/index.js
Julien Lengrand-Lambert 503cd014a0 Add function getConfigPath
2018-04-23 14:54:53 +02:00

8 lines
115 B
JavaScript

function getConfigPath() {
return `${__dirname}/../../../.config`;;
}
module.exports = {
getConfigPath
};