Uecko_ERP/.eslintrc.js
2025-04-22 17:09:57 +02:00

11 lines
307 B
JavaScript

// 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,
},
};