i4way-dash/.svn/pristine/a5/a5396aee6aa85b7126a654e1b86...

7 lines
165 B
Plaintext

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