Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit b09e8f1

Browse files
committed
chore: fix lint-staged matching pattern
1 parent 406474a commit b09e8f1

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
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"lint-staged": {
55-
"*.{js}": [
55+
"*.js": [
5656
"xo --fix",
5757
"git add"
5858
]

0 commit comments

Comments
 (0)