Uecko_ERP/.eslintrc.js

11 lines
307 B
JavaScript
Raw Normal View History

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