This commit is contained in:
NikolajDanger
2023-01-13 14:30:29 +01:00
parent 4afc1d17df
commit 0844b209b1
287 changed files with 28523 additions and 0 deletions

16
Assignment-3/node_modules/undefsafe/.jshintrc generated vendored Normal file
View File

@ -0,0 +1,16 @@
{
"browser": false,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"indent": 2,
"noarg": true,
"node": true,
"quotmark": "single",
"undef": true,
"strict": false,
"unused": true
}