gentelella/vendors/jqvmap/grunt/shell.js

7 lines
165 B
JavaScript
Raw Normal View History

2016-06-09 17:01:58 +00:00
module.exports = {
lint: {
command: "node_modules/.bin/eslint src --quiet && echo '\033[0;32m\n✓ All Good\033[0m ٩(ˊᗜˋ*)و'",
stdout: false
}
};