Added NightAlert project for travel kit
This commit is contained in:
16
ThirdParty/SocketIoClientDotNet/grunt/.jshintrc
vendored
Normal file
16
ThirdParty/SocketIoClientDotNet/grunt/.jshintrc
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"node": true,
|
||||
"devel": true,
|
||||
"indent": 2,
|
||||
"maxerr": 50,
|
||||
"newcap": true,
|
||||
"nomen": true,
|
||||
"plusplus": false,
|
||||
"regexp": true,
|
||||
"white": false,
|
||||
"curly": true,
|
||||
"eqnull": true,
|
||||
"eqeqeq": true,
|
||||
"undef": true
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user