mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
|
{
|
||
|
"extends": "./.jshintrc",
|
||
|
"node": true,
|
||
|
|
||
|
"globals": {
|
||
|
"Promise": true,
|
||
|
"status": true
|
||
|
}
|
||
|
}
|