1
0
Fork 0
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:
h1nk 2020-02-22 11:55:57 -05:00
parent 598402d953
commit a26091a165
No known key found for this signature in database
GPG key ID: 3F2A018965C4954B

View file

@ -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"]