Skip to content

Commit

Permalink
fix(eslint): suppress warning logs
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Jan 31, 2020
1 parent 876fd81 commit a81dd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports.eslint = ({ files = [], apply = false, config }) => {
'--no-color',
'--report-unused-disable-directives',
'--ignore',
'--quiet',
...(ignoreFile ? ['--ignore-path', ignoreFile] : []),
...(config ? ['--config', config] : []),
...(apply ? ['--fix'] : []),
Expand Down

0 comments on commit a81dd68

Please sign in to comment.