Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Nov 23, 2016
1 parent 6b5e5d9 commit 9c17a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"suppressImplicitAnyIndexErrors": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"sourceMap": true,
"declaration": true,
"rootDir": "./src",
Expand Down
15 changes: 2 additions & 13 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"interface-name": false,
"jsdoc-format": true,
"label-position": true,
"label-undefined": true,
"max-line-length": [
true,
140
Expand All @@ -45,9 +44,8 @@
"trace"
],
"no-construct": true,
"no-constructor-vars": true,
"no-parameter-properties": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
Expand All @@ -58,9 +56,7 @@
"no-shadowed-variable": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unreachable": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-use-before-declare": false,
"no-var-keyword": true,
"object-literal-sort-keys": false,
Expand All @@ -84,11 +80,7 @@
],
"switch-default": true,
"trailing-comma": [
true,
{
"multiline": "always",
"singleline": "never"
}
false
],
"triple-equals": [
true,
Expand Down Expand Up @@ -120,9 +112,6 @@
"variable-declaration": "space"
}
],
"use-strict": [
false
],
"variable-name": [
true,
"check-format",
Expand Down

0 comments on commit 9c17a7d

Please sign in to comment.