kibana/.jshintrc.node
2015-04-28 20:21:28 -07:00

9 lines
108 B
Text

{
"extends": "./.jshintrc",
"node": true,
"globals": {
"Promise": true,
"status": true
}
}