🚨(frontend) fix some eslint warnings

- Eslint tried to search some configs in the node_modules folder,
we ignore node_modules in the eslint config now.
- Adapt next eslint to use next/babel.
This commit is contained in:
Anthony LC
2024-01-26 13:12:45 +01:00
committed by Anthony LC
parent ce55721b5d
commit cbe356214d
9 changed files with 15 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ module.exports = {
tsconfigRootDir: __dirname,
project: ["./tsconfig.json"],
},
ignorePatterns: ["node_modules"],
};