Skip to content

Commit

Permalink
chore: default peer-deps & dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed Jan 3, 2025
1 parent 84be54f commit 00e46df
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 175 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"no-restricted-imports": [
"error",
{
"patterns": ["@hitachivantara/*/*"],
"patterns": ["@hitachivantara/*/*", "packages/**"],
"paths": ["..", "../.."]
}
],
Expand Down Expand Up @@ -111,7 +111,6 @@
],
"extends": ["plugin:ssr-friendly/recommended"],
"rules": {
"no-restricted-imports": ["error", { "patterns": ["packages/**"] }],
"react/display-name": "error",
"import/no-cycle": "error",
"import/no-extraneous-dependencies": "error"
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading

0 comments on commit 00e46df

Please sign in to comment.