Skip to content

Commit e80d878

Browse files
refackgibfahn
authored andcommitted
tools: no trailing slash in ignore patterns
Makes eslint exclude directories without enumerating their content PR-URL: #16372 Refs: #16010 Refs: #16278 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0a1f7fe commit e80d878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
lib/internal/v8_prof_polyfill.js
22
lib/punycode.js
3-
test/addons/??_*/
3+
test/addons/??_*
44
test/fixtures
5-
test/tmp*/
5+
test/tmp*
66
tools/eslint
77
tools/icu
88
node_modules
9-
benchmark/tmp/
9+
benchmark/tmp
1010
doc/**/*.js

0 commit comments

Comments
 (0)