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