http-port-forward
Version:
Simple port forward for incoming HTTP requests, cross-platform supported base on Node.js
23 lines (22 loc) • 345 B
Plain Text
{
"node": true,
"globals": [
],
"bitwise": true,
"immed": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"trailing": true,
"maxlen": 200,
"boss": true,
"eqnull": true,
"expr": true,
"globalstrict": false,
"laxbreak": true,
"loopfunc": true,
"sub": true,
"undef": true,
"indent": 2
}