Skip to content

Commit 3198ecc

Browse files
author
Yeray Diaz Diaz
committed
Ignore vendor scripts in eslint.
1 parent e6fc266 commit 3198ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lint: .state/env/pyvenv.cfg
9191
# so we can remove extra_whitespace from below.
9292
$(BINDIR)/html_lint.py --printfilename --disable=optional_tag,names,protocol,extra_whitespace `find ./warehouse/templates -path ./warehouse/templates/legacy -prune -o -name '*.html' -print`
9393

94-
./node_modules/.bin/eslint 'warehouse/static/js/**'
94+
./node_modules/.bin/eslint 'warehouse/static/js/**' --ignore-pattern 'warehouse/static/js/vendor/**'
9595
./node_modules/.bin/sass-lint --verbose
9696

9797
docs: .state/env/pyvenv.cfg

0 commit comments

Comments
 (0)