diff --git a/apps/sample/.eslintrc.js b/apps/sample/.eslintrc.js index a861d00ac..00ccc9d91 100644 --- a/apps/sample/.eslintrc.js +++ b/apps/sample/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ["next/core-web-vitals", "@ledgerhq/dsdk"], + extends: ["next", "@ledgerhq/dsdk"], parserOptions: { project: ["./tsconfig.json"], tsconfigRootDir: __dirname,