Skip to content

Commit 3eaf568

Browse files
committed
Accept auto-formatting of package.json
1 parent b99178d commit 3eaf568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"lint:fix": "eslint . --fix"
2929
},
3030
"jest": {
31-
"testMatch": [ "**/test/**/*.js" ]
31+
"testMatch": [
32+
"**/test/**/*.js"
33+
]
3234
},
3335
"devDependencies": {
3436
"eslint": "^4.17.0",

0 commit comments

Comments
 (0)