Uecko_ERP/libs/ui/.eslintrc.js
2025-04-22 17:09:57 +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',
rules: {
'no-redeclare': 'off',
},
};