Add global variables for standard
This commit is contained in:
parent
b70171ebcc
commit
30c3a234da
1 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "standard lib/**/*.js && grunt test --verbose"
|
||||
},
|
||||
"standard": {
|
||||
"globals": ["random", "make", "utils", "logger"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue