Skip to content

Commit

Permalink
fix pnpm lint (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven authored May 27, 2024
1 parent 7a85750 commit bec054f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
},
overrides: [
{
files: ['dashboard/src/**/*'],
files: ['infra/dashboard/src/**/*'],
rules: {
'react/display-name': 'off',
'@next/next/no-img-element': 'off',
Expand Down Expand Up @@ -106,13 +106,13 @@ module.exports = {
},
},
{
files: ['dashboard/src/iconify-bundle/*'],
files: ['infra/dashboard/src/iconify-bundle/*'],
rules: {
'@typescript-eslint/no-var-requires': 'off',
},
},
{
files: ['rooch-portal-v1'],
files: ['infra/rooch-portal-v1'],
rules: {
'import/no-duplicates': ['error'],
'import/no-anonymous-default-export': 'off',
Expand Down
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ignore everything by default
/*
# Enable prettier for apps, dapps and sdk
!/dashboard
!/infra/dashboard
!/sdk
!/rooch-portal-v1
!/infra/rooch-portal-v1
!/.config
!/*.js

Expand Down

0 comments on commit bec054f

Please sign in to comment.