Files
GibSend/apps/marketing/.eslintrc.cjs
2025-09-03 08:21:55 +10:00

11 lines
212 B
JavaScript

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