0.2.0 - Mid migration

This commit is contained in:
Daniel Mason 2022-04-25 14:47:15 +12:00
parent 139e6a915e
commit 7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions

34
web/node_modules/loglevel/test/.jshintrc generated vendored Normal file
View file

@ -0,0 +1,34 @@
{
"curly": true,
"globalstrict": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"es3": true,
"globals": {
"window": true,
"console": true,
"define": false,
"require": false,
"exports": false,
"_": false,
"afterEach": false,
"beforeEach": false,
"confirm": false,
"context": false,
"describe": false,
"xdescribe": false,
"expect": false,
"it": false,
"jasmine": false,
"waitsFor": false,
"runs": false,
"Symbol": false
}
}