diff --git a/frontend/dashboard/.eslintrc.json b/frontend/dashboard/.eslintrc.json index 83df9d1d0..d229e86f2 100644 --- a/frontend/dashboard/.eslintrc.json +++ b/frontend/dashboard/.eslintrc.json @@ -1,3 +1,4 @@ { + "extends": "next/core-web-vitals", "plugins": ["prettier"] } diff --git a/frontend/lib/.eslintrc.json b/frontend/lib/.eslintrc.json index d229e86f2..83df9d1d0 100644 --- a/frontend/lib/.eslintrc.json +++ b/frontend/lib/.eslintrc.json @@ -1,4 +1,3 @@ { - "extends": "next/core-web-vitals", "plugins": ["prettier"] }