kibana/.jshintrc.node
2015-02-07 13:49:33 -07:00

8 lines
88 B
Text

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