diff --git a/eslint.config.mjs b/eslint.config.mjs index eed41c9..b4a7b34 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -56,10 +56,7 @@ export default tseslint.config( files: ['gui/react/**/*'], rules: { 'no-console': 0, - 'indent': [ - 'error', - 4 - ], + 'indent': 'off' } } ); \ No newline at end of file