disabled .tsx indent check

This commit is contained in:
stratumadev 2025-08-31 14:23:12 +02:00
parent 9cb4b8847c
commit b8a7f69ab1

View file

@ -55,7 +55,9 @@ export default tseslint.config(
{
files: ['gui/react/**/*'],
rules: {
'no-console': 0
'no-console': 0,
// Disabled because ESLint bugs around on .tsx files somehow?
indent: 'off'
}
}
);