generator-thundr-gae-ts-react
Version:
Yeoman generator for a React/TypeScript app that runs atop Thundr on Google App Engine
24 lines (23 loc) • 595 B
JSON
{
"extends": "tslint:latest",
"rules": {
"interface-name": false,
"max-line-length": [true, 200],
"member-ordering": [true,
"public-before-private",
"static-before-instance",
"variables-before-functions"
],
"no-namespace": false,
"no-reference": false,
"trailing-comma": false,
"object-literal-sort-keys": false,
"no-trailing-whitespace": false,
"comment-format": false,
"object-literal-shorthand": false,
"no-string-literal": false,
"no-consecutive-blank-lines": false,
"no-empty": false,
"eofline": false
}
}