From d3762e59f747f93e6c285588312dd7fe6e354884 Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov Date: Mon, 27 May 2024 14:36:21 +0700 Subject: [PATCH] feature: added eslint-plugin-boundaries eslint-import-resolver-typescript --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index a1da38c..8dc68ed 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,8 @@ "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.3", + "eslint-import-resolver-typescript": "^3.6.1", + "eslint-plugin-boundaries": "^4.2.1", "eslint-plugin-react-hooks": "^4.6.2", "prettier": "^3.2.5", "sass": "^1.77.1",