Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 0e92a4d

Browse files
committed
Ignore all minified JS files.
1 parent 0c85627 commit 0e92a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
},
7777
"eslintIgnore": [
78-
"js/*.min.js",
78+
"*.min.js",
7979
"test/vendor"
8080
],
8181
"prettier": {

0 commit comments

Comments
 (0)