From 794fb7196b2e6868c59d76815df3a449c6a797e3 Mon Sep 17 00:00:00 2001 From: Louis Aussedat Date: Thu, 18 Jan 2024 11:01:47 +0100 Subject: [PATCH] fix(eslint): extend config with next --- apps/sample/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,