Skip to content

Commit

Permalink
fix: allow eslint to print colors (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
varl authored Apr 21, 2021
1 parent e804c00 commit c95a184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c95a184

Please sign in to comment.