We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decba8f commit 9693ff3Copy full SHA for 9693ff3
package.json
@@ -21,15 +21,7 @@
21
"postinstall": "lerna run install-dependencies --scope codesandbox-browserfs --stream"
22
},
23
"lint-staged": {
24
- "*.js": [
25
- "prettier --write --single-quote --trailing-comma es5",
26
- "git add"
27
- ],
28
- "*.css": [
29
30
31
32
- "*.json": [
+ "*.{js,css,json}": [
33
"prettier --write --single-quote --trailing-comma es5",
34
"git add"
35
]
0 commit comments