Files
bybit-api/.jshintrc
John BEPPU d1391a42aa Add .jshintrc
This should make text editors and linters complain less.
2020-09-14 20:56:38 -07:00

7 lines
84 B
Plaintext

{
"esversion": 8,
"asi": true,
"laxbreak": true,
"predef": [ "-Promise" ]
}