This commit is contained in:
Dobie Wollert
2015-12-16 09:12:35 -08:00
parent f9c9672818
commit f94ca33b9e
805 changed files with 67409 additions and 24609 deletions

18
node_modules/express-validator/.jshintrc generated vendored Normal file
View File

@ -0,0 +1,18 @@
{
"regexdash": true,
"browser": true,
"trailing": true,
"sub": true,
"curly": true,
"eqeqeq": true,
"indent": 4,
"latedef": "nofunc",
"newcap": true,
"unused": true,
"eqnull": true,
"bitwise": true,
"noarg": true,
"noempty": true,
"nonew": true,
"node": true
}