Skip to content

Commit f8ac347

Browse files
authored
Make the ESLint ignore pattern more generic (#8267)
VS2019 seems to put temporary files in one more place that ESLint now catches
1 parent 6aeb7ec commit f8ac347

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.eslintignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# Prepend each file with a globbing '**/' because our official builds run in a complex way that makes it hard to depend
55
# on specific relative paths.
6-
**/src/NuGetGallery/Scripts/gallery/jquery-3.4.1.js
7-
**/src/NuGetGallery/Scripts/gallery/knockout-3.5.1.js
8-
**/src/NuGetGallery/Scripts/gallery/moment-2.18.1.js
6+
**/Scripts/gallery/jquery-3.4.1.js
7+
**/Scripts/gallery/knockout-3.5.1.js
8+
**/Scripts/gallery/moment-2.18.1.js

0 commit comments

Comments
 (0)