aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
27 lines (26 loc) • 592 B
JSON
{
"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"]
}
}