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

Commit fa55706

Browse files
committed
fix lint bug
1 parent 22d33f7 commit fa55706

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
@@ -3,7 +3,7 @@
33
"version": "1.0.2",
44
"description": "Awesome tools and scripts to enhance your experience on the Build The Earth project!",
55
"scripts": {
6-
"lint": "standard src/**/* --fix",
6+
"lint": "standard src/**/*.js --fix",
77
"build": "gulp"
88
},
99
"repository": {

0 commit comments

Comments
 (0)