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.
prettier
1 parent 8368950 commit ba85d3fCopy full SHA for ba85d3f
package.json
@@ -12,6 +12,7 @@
12
"dev-server": "node ./examples/parallax-example/dist/server",
13
"gh-pages": "NODE_ENV=production webpack --progress --colors",
14
"test": "jest",
15
+ "prettier": "prettier --tab-width 4 --single-quote --trailing-comma es5 --print-width 80 --write \"{src,examples,__tests__}/**/**/**/*.js\"",
16
"prepublish": "babel ./src --out-dir ./lib --presets es2015,react,stage-0 --plugins babel-plugin-add-module-exports"
17
},
18
"jest": {
0 commit comments