.eslintrc.js 208 B

12345678910
  1. /** @type {import("eslint").Linter.Config} */
  2. module.exports = {
  3. root: true,
  4. extends: ["@repo/eslint-config/next.js"],
  5. parser: "@typescript-eslint/parser",
  6. parserOptions: {
  7. project: true,
  8. },
  9. };