UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

22 lines 582 B
{ "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 } ], "quotemark":["true", "tick", "backtick"] }, "rulesDirectory": [] }