Files
GibSend/apps/marketing/.eslintrc.js
2024-04-04 09:09:15 +11:00

10 lines
210 B
JavaScript

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@unsend/eslint-config/next.js"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: true,
},
};