kibana/.jshintrc.node

11 lines
126 B
Plaintext
Raw Normal View History

2015-02-07 20:26:20 +01:00
{
"extends": "./.jshintrc",
"node": true,
"esnext": true,
2015-02-07 20:26:20 +01:00
"globals": {
2015-04-29 05:21:28 +02:00
"Promise": true,
"status": true
2015-02-07 20:26:20 +01:00
}
}