File "shell.js"

Full Path: /home/cananyalcin/public_html/vendors/jqvmap/grunt/shell.js
File size: 165 bytes
MIME-type: text/plain
Charset: utf-8

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