mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Enforce final newlines in ESLint
See: https://github.com/jellyfin/jellyfin-web/pull/838#issuecomment-589933845
This commit is contained in:
parent
598402d953
commit
a26091a165
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ rules:
|
|||
brace-style: ["error"]
|
||||
comma-dangle: ["error", "never"]
|
||||
comma-spacing: ["error"]
|
||||
eol-last: ["off"]
|
||||
eol-last: ["error"]
|
||||
indent: ["error", 4, { "SwitchCase": 1 }]
|
||||
keyword-spacing: ["error"]
|
||||
line-comment-position: ["off"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue