Skip to content

Commit

Permalink
remove redundant ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Oct 23, 2024
1 parent 4ebe96b commit ada91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint-js: lint-js-eslint lint-js-prettier

.PHONY: lint-js-eslint
lint-js-eslint:
yarn eslint --ignore-path ../.eslintignore --quiet=$(quiet) --ignore-pattern "node_modules/" "**/*.@(js|ts|tsx)"
yarn eslint --ignore-path ../.eslintignore --quiet=$(quiet) "**/*.@(js|ts|tsx)"

.PHONY: lint-js-prettier
lint-js-prettier:
Expand Down

0 comments on commit ada91b4

Please sign in to comment.