Skip to content

Commit

Permalink
build: fix the tslint config file to work
Browse files Browse the repository at this point in the history
It stopped working a long time ago (or maybe it never worked?).
  • Loading branch information
TBubba committed Jul 22, 2019
1 parent 0d89634 commit fbe6b34
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
{
"extends": [
"tslint-microsoft-contrib"
],
"rules": {
"export-name": false,
"missing-jsdoc": false,
"mocha-no-side-effect-code": false,
"no-redundant-jsdoc": false,
"no-relative-imports": false,
"no-void-expression": false,
"prefer-type-cast": false,
"promise-function-async": false,
"trailing-comma": [
true,
{
"multiline": "always",
"singleline": "never"
}
],
"typedef": [
true,
"arrow-parameter",
"member-variable-declaration",
"parameter",
"property-declaration"
]
}
Expand Down

0 comments on commit fbe6b34

Please sign in to comment.