How to change the default linter to ESLint.
package.json
file…
biome.json
file in the root of the project, and create a new eslint.config.mjs
file:
.vscode/settings.json
file.vscode/settings.json
file to match the following:
lint
scriptlint
script in the root package.json
files. In each of the Next.js apps, update the package.json
file to include the following: