Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 083f0a7

Browse files
committed
prettier
1 parent 8c4a078 commit 083f0a7

File tree

5 files changed

+570
-534
lines changed

5 files changed

+570
-534
lines changed

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
"eslint-plugin-react": "^7.12.4",
3030
"mocha": "^6.0.0",
3131
"power-assert": "^1.6.1",
32+
"prettier": "^1.17.1",
3233
"rimraf": "^2.6.3",
3334
"uuid": "^3.3.2"
3435
},
3536
"scripts": {
37+
"prettier": "prettier --write 'src/*.js' test/index.js",
3638
"lint": "eslint src/",
3739
"clean": "rimraf lib/",
3840
"test": "cross-env NODE_ENV=test mocha -r @babel/register",

0 commit comments

Comments
 (0)