mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
disabled .tsx indent check
This commit is contained in:
parent
9cb4b8847c
commit
b8a7f69ab1
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
);
|
||||
Loading…
Reference in a new issue