We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b1514 commit e8f5f64Copy full SHA for e8f5f64
1 file changed
packages/jsts/src/linter/wrapper.ts
@@ -171,7 +171,7 @@ export class LinterWrapper {
171
}
172
const config = {
173
...linterConfig,
174
- files: [`**/${path.posix.basename(toUnixPath(filePath))}`],
+ files: [`**/*${path.posix.extname(toUnixPath(filePath))}`],
175
settings: { ...linterConfig.settings, fileType },
176
};
177
const options = { filename: filePath, allowInlineConfig: false };
0 commit comments