talib-wasm
Version:
ta-lib.org package parsed with emscripten, that can be added to browser
35 lines (34 loc) • 636 B
JSON
{
"extends": "tslint:recommended",
"rules": {
"indent": [
"warn",
"tab",
{
"SwitchCase": 1
}
],
"quotes": [
"warn",
"double"
],
"semi": [
"error",
"always"
],
"no-var": [
"error"
],
"no-console": [
"off"
],
"no-unused-vars": [
"warn"
],
"no-mixed-spaces-and-tabs": [
"warn"
],
"max-line-length": [true, 250],
"prefer-for-of": false
}
}