// This configuration only applies to the package manager root. /** @type {import("eslint").Linter.Config} */ module.exports = { ignorePatterns: ["apps/**", "packages/**", "libs/**"], extends: ["@repo/eslint-config"], parser: "@typescript-eslint/parser", parserOptions: { project: true, }, };