diff --git a/.eslintrc.js b/.eslintrc.js index 3e275ed363..751fb8ad71 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', @@ -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', diff --git a/.prettierignore b/.prettierignore index 4aff90eb7a..ea515489bd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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