We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7384744 commit d7df841Copy full SHA for d7df841
bin/github-lint.js
@@ -22,7 +22,7 @@ function execFile(command, args) {
22
23
const packageJson = fs.existsSync('package.json') ? require(path.join(process.cwd(), 'package.json')) : {}
24
25
- let eslintOptions = ['--report-unused-disable-directives', '.']
+ let eslintOptions = ['--color', '--report-unused-disable-directives', '.']
26
27
const isTypeScriptProject = fs.existsSync('tsconfig.json')
28
0 commit comments