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