Commit Graph

19 Commits

Author SHA1 Message Date
Julien Machiels
acbe7730b8
Merge branch 'master' into polyfill-lint 2020-04-10 06:28:59 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
MrTimscampi
0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
MrTimscampi
3c2bba3418 Add current Polyfills to the ESLint config 2020-04-04 16:41:46 +02:00
MrTimscampi
7dc762053b Add polyfill linting 2020-04-04 16:28:50 +02:00
dkanada
521068558f
Merge pull request #960 from ferferga/translate-everything
Translate missing items - Part 1
2020-04-04 15:59:45 +09:00
MrTimscampi
aeb654f0fb Add more rules to ESLint 2020-04-02 23:46:00 +02:00
MrTimscampi
cdb9b29203 Add some environments and cleanup globals 2020-04-02 20:35:08 +02:00
ferferga
d23ad21bea Remove unused lint rule 2020-04-02 20:15:07 +02:00
ferferga
9d6255dfa1 Replace linter rules of humanedate to dfnshelper 2020-04-02 20:03:59 +02:00
MrTimscampi
0a0fe15b26 Enable ES6 support for all tools 2020-03-24 08:22:58 +01:00
dkanada
e77b718dd2 initial changes for web packaging 2020-03-16 23:30:14 +09:00
Bill Thornton
15ef6bf945 Add missing semicolon warning 2020-02-26 10:49:53 -05:00
Bill Thornton
f7997d5270 Add eslint:recommended and update rules and globals 2020-02-25 18:33:38 -05:00
Bill Thornton
4268a01e30 Remove es6 env until babel is added 2020-02-23 01:43:03 -05:00
h1nk
a26091a165
Enforce final newlines in ESLint
See: https://github.com/jellyfin/jellyfin-web/pull/838#issuecomment-589933845
2020-02-22 11:55:57 -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
dkanada
8e3d5ccd17 fix CI issues 2019-04-06 00:33:18 -07:00
dkanada
e38a34384a add ci for eslint 2019-03-16 01:55:47 -07:00