add webadb.js

This commit is contained in:
Daniel Micay 2021-01-05 02:36:58 -05:00
parent 14047f0294
commit e1ddbd94b0
2 changed files with 1054 additions and 1 deletions

1053
static/js/webadb.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,6 @@ for file in static/**/*.@(json|webmanifest); do
done
xmllint --noout static/**/*.@(html|svg|xml)
eslint static/**/*.js
eslint static/**/!(webadb).js
stylelint static/**/*.css
validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)