moch_yusuf_hermawan/adaptive-english-lesson-main/public/gentelella/jqvmap/grunt/shell.js
2024-12-31 09:41:52 +07:00

7 lines
165 B
JavaScript
Vendored

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