Skip to content

Commit 9693ff3

Browse files
emersonlaurentinoCompuIves
authored andcommitted
Update package.json (codesandbox#619)
1 parent decba8f commit 9693ff3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@
2121
"postinstall": "lerna run install-dependencies --scope codesandbox-browserfs --stream"
2222
},
2323
"lint-staged": {
24-
"*.js": [
25-
"prettier --write --single-quote --trailing-comma es5",
26-
"git add"
27-
],
28-
"*.css": [
29-
"prettier --write --single-quote --trailing-comma es5",
30-
"git add"
31-
],
32-
"*.json": [
24+
"*.{js,css,json}": [
3325
"prettier --write --single-quote --trailing-comma es5",
3426
"git add"
3527
]

0 commit comments

Comments
 (0)