Skip to content

Commit

Permalink
chore(repo): add eslint-plugin-react-refresh and ignore design-system
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Nov 27, 2023
1 parent ffa6acf commit 03ef0fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ vite.config.ts
.eslintrc.cjs
node_modules
dist
storybook-static
*.md
site
apps/next-12
.yarnrc.yml
.eslintrc.*js
*.config.*js
eslint-config-sistent
eslint-config-sistent
apps/design-system
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"lerna": "^7.3.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4632,6 +4632,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-refresh@npm:^0.4.4":
version: 0.4.4
resolution: "eslint-plugin-react-refresh@npm:0.4.4"
peerDependencies:
eslint: ">=7"
checksum: 6b93f43cef5f69c18751db3267ce6cc7cb88f07061df28fc12401be56d93f37134f2a794c760f51cd5f84c5e81d81b003ef761ca76e7674646808b82884aa356
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.33.2":
version: 7.33.2
resolution: "eslint-plugin-react@npm:7.33.2"
Expand Down Expand Up @@ -9678,6 +9687,7 @@ __metadata:
eslint: ^8.49.0
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-refresh: ^0.4.4
eslint-plugin-storybook: ^0.6.15
husky: ^8.0.0
lerna: ^7.3.0
Expand Down

0 comments on commit 03ef0fc

Please sign in to comment.