shell.js 165 B

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