degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
21 lines • 530 B
JSON
{
"defaultSeverity": "error",
"extends": "tslint-config-airbnb",
"jsRules": {},
"rules": {
"eofline": false,
"semicolon":false,
"import-name": [false, "ignore-modules"],
"no-increment-decrement": false,
"max-line-length": [
true,
{
"limit": 200,
"ignore-pattern": "^import |^export {(.*?)}",
"check-strings": true,
"check-regex": true
}
]
},
"rulesDirectory": []
}