UNPKG

aurelia-materialize-bridge

Version:
27 lines (26 loc) 592 B
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "quotemark": [true, "double"], "indent": [true, "tabs", 4], "member-access": [true, "no-public"], "member-ordering": [true, { "order": ["public-constructor"] }], "object-literal-sort-keys": false, "trailing-comma": false, "arrow-parens": false, "only-arrow-functions": false, "ordered-imports": false, "prefer-const": false, "max-line-length": false, "align": false, "one-line": false, "no-console": false, "no-namespace": [true, "allow-declarations"] } }