diff options
author | silverwind | 2019-11-14 22:39:51 +0100 |
---|---|---|
committer | zeripath | 2019-11-14 21:39:51 +0000 |
commit | 3621944c2d381d159cf2622328927cf282f0b3e0 (patch) | |
tree | 17c4b38f851fae79c0084ce47a425b39f99f56c7 /.editorconfig | |
parent | 4b5ebb93e48f04227ec18cf042e916df4eafe830 (diff) |
modernize js and use babel (#8973)
* modernize js and use babel
- add babel toolchain to transform modern JS to ES5
- extend eslint config for modern rules
- fixes linting issues via `eslint --fix` and manual fixes
* run 'make css' to satisfy CI
* code style tweaks and set js indendation to 2 in .editorconfig
* regenerate js
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 1298c6500..28f1abd3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,7 +24,7 @@ indent_size = 2 [*.js] indent_style = space -indent_size = 4 +indent_size = 2 [Makefile] indent_style = tab |