5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
|
/** @type {import("eslint").Linter.Config} */
|
||
|
module.exports = {
|
||
|
extends: ["../../.eslintrc.cjs", "next"],
|
||
|
};
|