factuges_2025/packages/ui/.eslintrc.js
2025-04-27 22:47:47 +02:00

10 lines
218 B
JavaScript

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