feat: ✨ Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
73
node_modules/serialised-error/.jshintrc
generated
vendored
Normal file
73
node_modules/serialised-error/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"bitwise": false,
|
||||
"camelcase": false,
|
||||
"curly": true,
|
||||
"eqeqeq": false,
|
||||
"es3": false,
|
||||
"forin": false,
|
||||
"freeze": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": false,
|
||||
"plusplus": false,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"trailing": true,
|
||||
"asi": false,
|
||||
"boss": true,
|
||||
"debug": false,
|
||||
"eqnull": true,
|
||||
"evil": false,
|
||||
"expr": true,
|
||||
"funcscope": false,
|
||||
"globalstrict": false,
|
||||
"iterator": false,
|
||||
"lastsemic": false,
|
||||
"laxbreak": false,
|
||||
"laxcomma": false,
|
||||
"loopfunc": false,
|
||||
"maxlen": 120,
|
||||
"multistr": false,
|
||||
"notypeof": false,
|
||||
"proto": false,
|
||||
"scripturl": false,
|
||||
"smarttabs": false,
|
||||
"shadow": false,
|
||||
"supernew": false,
|
||||
"browser": false,
|
||||
"devel": false,
|
||||
"node": true,
|
||||
"onevar": true,
|
||||
"globals": {
|
||||
"_": true,
|
||||
"sails": true,
|
||||
"async": true,
|
||||
"Collection": true,
|
||||
"Client": true,
|
||||
"Environment": true,
|
||||
"Folder": true,
|
||||
"HeaderPreset": true,
|
||||
"Request": true,
|
||||
"Response": true,
|
||||
"CollectionRun": true,
|
||||
"Revision": true,
|
||||
"SyncError": true,
|
||||
"Team": true,
|
||||
"Token": true,
|
||||
"User": true,
|
||||
"UserRevision": true,
|
||||
"Errors": true,
|
||||
"APIService": true,
|
||||
"ClientService": true,
|
||||
"CryptService": true,
|
||||
"SemaphoreService": true,
|
||||
"TransactionService": true,
|
||||
"PrivilegeService": true,
|
||||
"ModelService": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user