lifetracker/apps/docs/.eslintrc.js
2024-10-04 20:33:51 -07:00

10 lines
208 B
JavaScript

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