UNPKG

@socialgorithm/uabc

Version:

Ultimate Algorithm Battle Client

13 lines 343 B
{ "extends": "tslint:recommended", "linterOptions": { "exclude": [ "node_modules" ] }, "rules": { "max-line-length": [true, 200], "arrow-parens": [true, "ban-single-arg-parens"], "interface-over-type-literal": false, "object-literal-sort-keys": false, "no-console": false } }