We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab02c6 commit a3324fcCopy full SHA for a3324fc
src/typescript.js
@@ -17,7 +17,7 @@ async function disableProjectBasedRules() {
17
}
18
return entry.glob
19
})
20
- ignore.push("./**/.git/**")
+ ignore.push("./**/.git/**", "./**/node_modules/**")
21
22
// check if there are any ts files
23
const hasTsFile = findOneFile(process.cwd(), tsFiles, ignore)
0 commit comments