Skip to content

Commit 03ef0fc

Browse files
committed
chore(repo): add eslint-plugin-react-refresh and ignore design-system
Signed-off-by: Antonette Caldwell <[email protected]>
1 parent ffa6acf commit 03ef0fc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.eslintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ vite.config.ts
33
.eslintrc.cjs
44
node_modules
55
dist
6-
storybook-static
76
*.md
87
site
98
apps/next-12
109
.yarnrc.yml
1110
.eslintrc.*js
1211
*.config.*js
13-
eslint-config-sistent
12+
eslint-config-sistent
13+
apps/design-system

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"eslint": "^8.49.0",
4848
"eslint-plugin-react": "^7.33.2",
4949
"eslint-plugin-react-hooks": "^4.6.0",
50+
"eslint-plugin-react-refresh": "^0.4.4",
5051
"eslint-plugin-storybook": "^0.6.15",
5152
"husky": "^8.0.0",
5253
"lerna": "^7.3.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,6 +4632,15 @@ __metadata:
46324632
languageName: node
46334633
linkType: hard
46344634

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+
46354644
"eslint-plugin-react@npm:^7.33.2":
46364645
version: 7.33.2
46374646
resolution: "eslint-plugin-react@npm:7.33.2"
@@ -9678,6 +9687,7 @@ __metadata:
96789687
eslint: ^8.49.0
96799688
eslint-plugin-react: ^7.33.2
96809689
eslint-plugin-react-hooks: ^4.6.0
9690+
eslint-plugin-react-refresh: ^0.4.4
96819691
eslint-plugin-storybook: ^0.6.15
96829692
husky: ^8.0.0
96839693
lerna: ^7.3.0

0 commit comments

Comments
 (0)