Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 12, 2023
1 parent ef2e7f0 commit 3abeb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('node:fs')

// only files below will be checked
// only files with extension below will be checked
const VALID_EXTENSION = [
'js', 'cjs', 'mjs', 'jsx',
'ts', 'cts', 'mts', 'tsx',
Expand All @@ -25,7 +25,7 @@ function isFile(path) {
return stats.isFile()
}

// ignore for lint-stage
// ignore for lint-staged
const ignorePatterns = process.argv
.slice(2)
.filter(i => !i.startsWith('-'))
Expand Down

0 comments on commit 3abeb33

Please sign in to comment.