6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
/** @type { import("eslint").Linter.Config } */
|
|
module.exports = {
|
|
root: true,
|
|
extends: ["../.eslintrc.cjs", "next/core-web-vitals"],
|
|
};
|