Skip to content

Commit

Permalink
chore(example): remove tslint configuration conflicting with prettier (
Browse files Browse the repository at this point in the history
  • Loading branch information
koumatsumoto authored and brandonroberts committed Jul 5, 2018
1 parent a17cfee commit b4f22ad
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
{
"rules": {
"class-name": true,
"comment-format": [true, "check-space"],
"indent": [true, "spaces"],
"no-duplicate-variable": true,
"no-eval": false,
"no-internal-module": true,
"no-trailing-whitespace": true,
"no-var-keyword": true,
"one-line": [true, "check-open-brace", "check-whitespace"],
"quotemark": [true, "single"],
"semicolon": true,
"triple-equals": [false, "allow-null-check"],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"variable-name": [true, "ban-keywords", "allow-leading-underscore"],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
]
"variable-name": [true, "ban-keywords", "allow-leading-underscore"]
}
}

0 comments on commit b4f22ad

Please sign in to comment.