Skip to content

Commit

Permalink
updated .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal committed Dec 4, 2024
1 parent e863c6b commit a859d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Check if there are any TypeScript files to lint
if [ -n "$TS_FILES" ]; then
# Run linting on the changed TypeScript files
npx eslint "${TS_FILES}" --ext .ts,.tsx --ignore-pattern '{**/*.yml,**/*.dockerfile,**/*.py,**/*.md}'
npx eslint "${TS_FILES}" --ignore-pattern '{**/*.yml,**/*.dockerfile,**/*.py,**/*.md}'
Expand Down

0 comments on commit a859d25

Please sign in to comment.