Skip to content

Commit 0975ea3

Browse files
author
Brian Vaughn
committed
eslint-plugin-react-hooks v1.0.0
1 parent d827445 commit 0975ea3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

packages/eslint-plugin-react-hooks/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"private": true,
32
"name": "eslint-plugin-react-hooks",
43
"description": "ESLint rules for React Hooks",
5-
"version": "0.0.0",
4+
"version": "1.0.0",
65
"repository": {
76
"type" : "git",
87
"url" : "https://github.com/facebook/react.git",

scripts/rollup/results.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -928,15 +928,15 @@
928928
"filename": "eslint-plugin-react-hooks.development.js",
929929
"bundleType": "NODE_DEV",
930930
"packageName": "eslint-plugin-react-hooks",
931-
"size": 25592,
932-
"gzip": 5885
931+
"size": 26113,
932+
"gzip": 6008
933933
},
934934
{
935935
"filename": "eslint-plugin-react-hooks.production.min.js",
936936
"bundleType": "NODE_PROD",
937937
"packageName": "eslint-plugin-react-hooks",
938-
"size": 4943,
939-
"gzip": 1815
938+
"size": 5080,
939+
"gzip": 1872
940940
},
941941
{
942942
"filename": "ReactDOMFizzServer-dev.js",
@@ -1021,6 +1021,13 @@
10211021
"packageName": "react-dom",
10221022
"size": 1122,
10231023
"gzip": 659
1024+
},
1025+
{
1026+
"filename": "ESLintPluginReactHooks-dev.js",
1027+
"bundleType": "FB_WWW_DEV",
1028+
"packageName": "eslint-plugin-react-hooks",
1029+
"size": 27786,
1030+
"gzip": 6149
10241031
}
10251032
]
10261033
}

0 commit comments

Comments
 (0)