Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 362d80e

Browse files
committed
ci: LSDV-4993: Run ESLint only against src dir
1 parent 18992af commit 362d80e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
ignore_path: ".eslintignore"
6161
extra_args: "--max-warnings=0"
6262
file_extensions: |
63-
**/*.js
64-
**/*.ts
65-
**/*.tsx
63+
src/**/*.js
64+
src/**/*.ts
65+
src/**/*.tsx

0 commit comments

Comments
 (0)