Skip to content

Commit

Permalink
fix: also this ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Nov 8, 2024
1 parent 14b0167 commit 13a309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ lint-js-prettier:

.PHONY: lint-json
lint-json:
yarn eslint --max-warnings 0 --ext .json .
yarn eslint --ignore-pattern "abr-testing/protocols/" --max-warnings 0 --ext .json .

.PHONY: lint-css
lint-css:
Expand Down

0 comments on commit 13a309f

Please sign in to comment.