UNPKG

139 BJavaScriptView Raw
1const os = require('os');
2const path = require('path');
3
4module.exports = {
5 slateRcPath: path.resolve(os.homedir(), '.slaterc.json'),
6};