mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-31 03:22:15 +00:00
lots of work so far-- mostly tidying
This commit is contained in:
43
node_modules/mongoskin/.jshintrc
generated
vendored
Normal file
43
node_modules/mongoskin/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"predef": [
|
||||
"phantom",
|
||||
"module",
|
||||
"require",
|
||||
"__dirname",
|
||||
"process",
|
||||
"console",
|
||||
"it",
|
||||
"describe",
|
||||
"before",
|
||||
"beforeEach",
|
||||
"after",
|
||||
"should",
|
||||
"rewire",
|
||||
"$"
|
||||
],
|
||||
|
||||
"browser": true,
|
||||
"node" : true,
|
||||
"es5": true,
|
||||
"bitwise": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"forin": false,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"plusplus": false,
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": false,
|
||||
"globalstrict": true,
|
||||
"nonstandard": true,
|
||||
"white": false,
|
||||
"indent": 2,
|
||||
"expr": true,
|
||||
"multistr": true,
|
||||
"onevar": false
|
||||
}
|
||||
Reference in New Issue
Block a user