From de5f9d33aa986cc42c31c705a56506f39dd67258 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Wed, 21 Apr 2021 15:55:22 +0200 Subject: [PATCH] fix: allow eslint to print colors --- src/tools/eslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/eslint.js b/src/tools/eslint.js index c2892391..7e798e77 100755 --- a/src/tools/eslint.js +++ b/src/tools/eslint.js @@ -6,7 +6,6 @@ exports.eslint = ({ files = [], apply = false, config, callback }) => { const ignoreFile = resolveIgnoreFile(['.eslintignore']) const cmd = 'eslint' const args = [ - '--no-color', '--report-unused-disable-directives', '--ignore', '--format=stylish',