Skip to content

Commit d7df841

Browse files
committed
chore: Run ESLint with color output enabled.
1 parent 7384744 commit d7df841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function execFile(command, args) {
2222

2323
const packageJson = fs.existsSync('package.json') ? require(path.join(process.cwd(), 'package.json')) : {}
2424

25-
let eslintOptions = ['--report-unused-disable-directives', '.']
25+
let eslintOptions = ['--color', '--report-unused-disable-directives', '.']
2626

2727
const isTypeScriptProject = fs.existsSync('tsconfig.json')
2828

0 commit comments

Comments
 (0)