Add tools for js code formatting and linting
commit1d6af228130de94633d84a95a9a64e7e08841a95
authorChocobo1 <Chocobo1@users.noreply.github.com>
Tue, 23 Mar 2021 13:07:27 +0000 (23 21:07 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Thu, 25 Mar 2021 16:27:12 +0000 (26 00:27 +0800)
tree1aa8426b007d56ae4f5454150a633399d0d592d8
parent45c0d5a823a609af066c52fabd80af63a9251c27
Add tools for js code formatting and linting

Due to eslint couldn't correctly resolve the context for the variables,
two eslint rules are disabled for now.
src/webui/www/.eslintrc.json [new file with mode: 0644]
src/webui/www/.jsbeautifyrc
src/webui/www/package.json [new file with mode: 0644]