File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ vite.config.ts
3
3
.eslintrc.cjs
4
4
node_modules
5
5
dist
6
- storybook-static
7
6
* .md
8
7
site
9
8
apps /next-12
10
9
.yarnrc.yml
11
10
.eslintrc. * js
12
11
* .config. * js
13
- eslint-config-sistent
12
+ eslint-config-sistent
13
+ apps /design-system
Original file line number Diff line number Diff line change 47
47
"eslint" : " ^8.49.0" ,
48
48
"eslint-plugin-react" : " ^7.33.2" ,
49
49
"eslint-plugin-react-hooks" : " ^4.6.0" ,
50
+ "eslint-plugin-react-refresh" : " ^0.4.4" ,
50
51
"eslint-plugin-storybook" : " ^0.6.15" ,
51
52
"husky" : " ^8.0.0" ,
52
53
"lerna" : " ^7.3.0" ,
Original file line number Diff line number Diff line change @@ -4632,6 +4632,15 @@ __metadata:
4632
4632
languageName : node
4633
4633
linkType : hard
4634
4634
4635
+ " eslint-plugin-react-refresh@npm:^0.4.4 " :
4636
+ version : 0.4.4
4637
+ resolution : " eslint-plugin-react-refresh@npm:0.4.4"
4638
+ peerDependencies :
4639
+ eslint : " >=7"
4640
+ checksum : 6b93f43cef5f69c18751db3267ce6cc7cb88f07061df28fc12401be56d93f37134f2a794c760f51cd5f84c5e81d81b003ef761ca76e7674646808b82884aa356
4641
+ languageName : node
4642
+ linkType : hard
4643
+
4635
4644
" eslint-plugin-react@npm:^7.33.2 " :
4636
4645
version : 7.33.2
4637
4646
resolution : " eslint-plugin-react@npm:7.33.2"
@@ -9678,6 +9687,7 @@ __metadata:
9678
9687
eslint : ^8.49.0
9679
9688
eslint-plugin-react : ^7.33.2
9680
9689
eslint-plugin-react-hooks : ^4.6.0
9690
+ eslint-plugin-react-refresh : ^0.4.4
9681
9691
eslint-plugin-storybook : ^0.6.15
9682
9692
husky : ^8.0.0
9683
9693
lerna : ^7.3.0
You can’t perform that action at this time.
0 commit comments