Skip to content

Commit

Permalink
just add files under src/ to included lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
haolingdong-msft committed Oct 10, 2024
1 parent 7df5e58 commit 82cfd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const allFilesConfig = tsEslint.config({
*/
export function getTypeScriptProjectRules(root) {
return tsEslint.config({
files: ["**/packages/*/src/**/*.ts", "**/packages/*/src/**/*.tsx", "**/packages/http-client-java/emitter/src/**/*.ts"],
files: ["**/packages/*/src/**/*.ts", "**/packages/*/src/**/*.tsx", "**/packages/http-client-java/emitter/src/*.ts"],
ignores: [
"**/packages/http-client-csharp/**/*",
// "**/packages/http-client-java/**/*",
Expand Down

0 comments on commit 82cfd66

Please sign in to comment.