diff --git a/.eslintignore b/.eslintignore index c97cc4ec9..3250d3e9e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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 \ No newline at end of file +eslint-config-sistent +apps/design-system \ No newline at end of file diff --git a/package.json b/package.json index 1bd6e7188..e6fe45dc2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 30c840b73..01e610970 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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