Skip to content

Commit f7bd18b

Browse files
authored
Add react-perf plugin support (#525)
1 parent a1878e1 commit f7bd18b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"eslint-plugin-react": "^7.21.0",
8080
"eslint-plugin-react-hooks": "^1.6.0",
8181
"eslint-plugin-react-native": "^3.7.0",
82+
"eslint-plugin-react-perf": "^3.3.0",
8283
"eslint-plugin-security": "1.4.0",
8384
"eslint-plugin-sorting": "^0.3.0",
8485
"eslint-plugin-standard": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,11 @@ eslint-plugin-react-native@^3.7.0:
22432243
dependencies:
22442244
eslint-plugin-react-native-globals "^0.1.1"
22452245

2246+
eslint-plugin-react-perf@^3.3.0:
2247+
version "3.3.0"
2248+
resolved "https://registry.npmjs.org/eslint-plugin-react-perf/-/eslint-plugin-react-perf-3.3.0.tgz#d606792b5c7b63a6d03c558d7edd8b8d33080805"
2249+
integrity sha512-POzjKFOuHpyGZFwLkqPK8kxLy/tYVeq30h+SEM1UwfSmkyPcbEjbbGw1gN5R1hxCHf4zJ0G0NIbY+oCe8i/DNQ==
2250+
22462251
22472252
version "7.3.0"
22482253
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"

0 commit comments

Comments
 (0)