mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Changes
This commit is contained in:
24
node_modules/winston/node_modules/async/.jshintrc
generated
vendored
Normal file
24
node_modules/winston/node_modules/async/.jshintrc
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
// Enforcing options
|
||||
"eqeqeq": false,
|
||||
"forin": true,
|
||||
"indent": 4,
|
||||
"noarg": true,
|
||||
"undef": true,
|
||||
"trailing": true,
|
||||
"evil": true,
|
||||
"laxcomma": true,
|
||||
|
||||
// Relaxing options
|
||||
"onevar": false,
|
||||
"asi": false,
|
||||
"eqnull": true,
|
||||
"expr": false,
|
||||
"loopfunc": true,
|
||||
"sub": true,
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"globals": {
|
||||
"define": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user