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.
2 parents b3b4e53 + 0bf51c1 commit 781fd4dCopy full SHA for 781fd4d
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