UNPKG

exercitationemmaxime

Version:
22 lines (21 loc) 461 B
{ "defaultSeverity": "warning", "extends": [ "tslint:recommended" ], "linterOptions": { "exclude": [ "node_modules/**" ] }, "rules": { "max-line-length": {"options" : {"limit": 180}}, "quotemark": [true, "single"], "import-spacing": false, "indent": [true, "spaces", 4], "interface-name": false, "ordered-imports": false, "object-literal-sort-keys": false, "no-consecutive-blank-lines": false } }