Commit Graph

20 Commits

Author SHA1 Message Date
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Aimekram bf145a602c refactor: give variables more descriptive names 2022-10-19 22:23:38 +02:00
Aimekram 832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00
Bill Thornton 3272d12f64 Remove useless abstractions and hardcoded text for toasts 2021-05-26 13:12:19 -04:00
Dmitry Lyzo df4e5e73a5 Fix canPlay for Live TV 2020-12-10 13:47:16 +03:00
Bill Thornton 042c0248a0 Add item path to card data to support canPlay check 2020-12-03 01:12:52 -05:00
Bill Thornton 481e62a6e0 Add check that an item can be played before playing via default action 2020-11-30 11:38:51 -05:00
vitorsemeano 2a3ade9bb9 fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:24:44 +00:00
vitorsemeano b49524e5ea multiple fixes and otimizations 2020-11-07 12:05:09 +00:00
vitorsemeano 4b42afcd7a fix some toast imports 2020-11-05 23:12:24 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
MrTimscampi 7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
grafixeyehero 6982176c67 add default 2020-06-14 01:30:00 +03:00
grafixeyehero 8b96577fba Migration shortcuts to ES6 modules 2020-06-09 22:14:24 +03:00
h1nk 598402d953 Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
dkanada 3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
vitorsemeano 6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00