Skip to content

Commit 275de3b

Browse files
committed
chore: Build package-lock.json lockfile.
1 parent 23e58b1 commit 275de3b

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

bin/github-lint.js

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

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

28-
let eslintOptions = ['--color', '--report-unused-disable-directives', '.']
28+
let eslintOptions = ['--report-unused-disable-directives', '.']
2929

3030
if (hasBasicColorSupport) {
3131
eslintOptions = eslintOptions.concat(['--color'])

package-lock.json

Lines changed: 21 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)