aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorsilverwind2019-11-14 22:39:51 +0100
committerzeripath2019-11-14 21:39:51 +0000
commit3621944c2d381d159cf2622328927cf282f0b3e0 (patch)
tree17c4b38f851fae79c0084ce47a425b39f99f56c7 /.editorconfig
parent4b5ebb93e48f04227ec18cf042e916df4eafe830 (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--.editorconfig2
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