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 b3b4e53 commit 0bf51c1Copy full SHA for 0bf51c1
bin/github-lint.js
@@ -27,7 +27,7 @@ function execFile(command, args) {
27
const isTypeScriptProject = fs.existsSync('tsconfig.json')
28
29
if (isTypeScriptProject) {
30
- eslintOptions = eslintOptions.concat(['--ext', '.ts,.tsx'])
+ eslintOptions = eslintOptions.concat(['--ext', '.js,.ts,.tsx'])
31
}
32
33
commands.push(['eslint', eslintOptions])
0 commit comments