re-disable eslint for react because of weird error

This commit is contained in:
AnimeDL 2025-09-27 10:53:57 -07:00
parent 4f97f41534
commit a87628817b

View file

@ -56,10 +56,7 @@ export default tseslint.config(
files: ['gui/react/**/*'],
rules: {
'no-console': 0,
'indent': [
'error',
4
],
'indent': 'off'
}
}
);