Skip to content

Commit ba0c419

Browse files
committed
v0.0.18
1 parent 00eda9d commit ba0c419

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tannerlinsley/react-query-temp",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Hooks for orchestrating, managing, and syncing asynchronous data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",
@@ -15,7 +15,8 @@
1515
"start": "rollup -c -w",
1616
"prepare": "yarn build",
1717
"release": "yarn publish",
18-
"releaseNext": "yarn publish --tag next"
18+
"releaseNext": "yarn publish --tag next",
19+
"format": "prettier {src,src/**,example/src,example/src/**}/*.{md,js,jsx,tsx} --write"
1920
},
2021
"peerDependencies": {
2122
"prop-types": "^15.5.4",
@@ -39,10 +40,12 @@
3940
"eslint-plugin-import": "2.x",
4041
"eslint-plugin-jsx-a11y": "6.x",
4142
"eslint-plugin-node": "^9.1.0",
43+
"eslint-plugin-prettier": "^3.1.0",
4244
"eslint-plugin-promise": "^4.1.1",
4345
"eslint-plugin-react": "7.x",
4446
"eslint-plugin-react-hooks": "1.5.0",
4547
"eslint-plugin-standard": "^4.0.0",
48+
"prettier": "^1.18.2",
4649
"react": "^16.8.6",
4750
"react-dom": "^16.8.6",
4851
"rollup": "^1.12.4",

0 commit comments

Comments
 (0)