Skip to content

Commit 13a309f

Browse files
committed
fix: also this ignore
1 parent 14b0167 commit 13a309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ lint-js-prettier:
228228

229229
.PHONY: lint-json
230230
lint-json:
231-
yarn eslint --max-warnings 0 --ext .json .
231+
yarn eslint --ignore-pattern "abr-testing/protocols/" --max-warnings 0 --ext .json .
232232

233233
.PHONY: lint-css
234234
lint-css:

0 commit comments

Comments
 (0)