]> source.dussan.org Git - gitea.git/commit
modernize js and use babel (#8973)
authorsilverwind <me@silverwind.io>
Thu, 14 Nov 2019 21:39:51 +0000 (22:39 +0100)
committerzeripath <art27@cantab.net>
Thu, 14 Nov 2019 21:39:51 +0000 (21:39 +0000)
commit3621944c2d381d159cf2622328927cf282f0b3e0
tree17c4b38f851fae79c0084ce47a425b39f99f56c7
parent4b5ebb93e48f04227ec18cf042e916df4eafe830
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
.editorconfig
.eslintrc
package-lock.json
package.json
public/css/index.css
public/css/theme-arc-green.css
public/js/index.js
public/js/index.js.map
web_src/js/index.js
webpack.config.js