UNPKG

@bmancini55/finance

Version:

Finance utilities for JavaScript

24 lines (23 loc) 539 B
{ "extends": "tslint:recommended", "rules": { "arrow-parens": [true, "ban-single-arg-parens"], "curly": [true, "ignore-same-line"], "interface-over-type-literal": false, "max-line-length": false, "no-bitwise": false, "no-floating-promises": true, "object-literal-sort-keys": false, "prefer-for-of": false, "radix": false, "unified-signatures":false, "variable-name": { "options": [ "allow-leading-underscore", "allow-snake-case" ] } }, "jsRules": { } }