mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
re-disable eslint for react because of weird error
This commit is contained in:
parent
4f97f41534
commit
a87628817b
1 changed files with 1 additions and 4 deletions
|
|
@ -56,10 +56,7 @@ export default tseslint.config(
|
|||
files: ['gui/react/**/*'],
|
||||
rules: {
|
||||
'no-console': 0,
|
||||
'indent': [
|
||||
'error',
|
||||
4
|
||||
],
|
||||
'indent': 'off'
|
||||
}
|
||||
}
|
||||
);
|
||||
Loading…
Reference in a new issue