UNPKG

runas-contexts

Version:
11 lines (7 loc) 158 B
'use strict' const fsUtils = require('../../lib/fsUtils/index') module.exports = { check() { return fsUtils.exists('sonar-project.properties') } }