UNPKG

211 BJavaScriptView Raw
1const path = require('path')
2const JoyCon = require('joycon')
3
4module.exports = new JoyCon({
5 // Stop reading at parent dir
6 // i.e. Only read file from process.cwd()
7 stopDir: path.dirname(process.cwd())
8})