UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (6 loc) 258 B
const execute = require('./exec'); module.exports = function() { const configPath = require.resolve('../stylelint'); const filesToLint = process.cwd() + '/**/*.css'; execute(require('./stylelintPath'), [filesToLint, '--config', configPath]); };