mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
Tabs ftw
This commit is contained in:
parent
93cfca9efa
commit
f3a3647c79
@ -43,7 +43,7 @@
|
||||
"comma-dangle": ["error", "never"],
|
||||
"comma-spacing": ["error"],
|
||||
"eol-last": ["error"],
|
||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||
"indent": ["error", "tab", { "SwitchCase": 1 }],
|
||||
"keyword-spacing": ["error"],
|
||||
"max-statements-per-line": ["error"],
|
||||
"no-floating-decimal": ["error"],
|
||||
|
Loading…
Reference in New Issue
Block a user