Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
feat(package): update tslint to 3.10.1 & codelyzer to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 11, 2016
1 parent 8d49074 commit 0037717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"homepage": "https://github.com/valor-software/tslint-config-valorsoft#readme",
"dependencies": {
"codelyzer": "0.0.18",
"tslint": "3.8.1"
"codelyzer": "0.0.19",
"tslint": "3.10.1"
},
"devDependencies": {
"chai": "3.5.0",
"change-case": "2.3.1",
"conventional-changelog-cli": "1.1.1",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.2",
"eslint-config-valorsoft": "0.0.10",
"mocha": "2.4.5",
"pre-commit": "1.1.2",
"pre-commit": "1.1.3",
"strip-json-comments": "2.0.1",
"typescript": "1.8.10"
}
Expand Down
4 changes: 4 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
true, "public-before-private", "static-before-instance",
"variables-before-functions"
],
"new-parens": true,
"no-angle-bracket-type-assertion": true,
"no-any": false,
"no-arg": true,
Expand All @@ -28,6 +29,7 @@
"no-construct": true,
"no-constructor-vars": true,
"no-debugger": true,
"no-default-export": false,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
Expand All @@ -36,6 +38,7 @@
"no-internal-module": true,
"no-invalid-this": true,
"no-reference": true,
"no-namespace": true,
"no-null-keyword": true,
"no-require-imports": false,
"no-shadowed-variable": true,
Expand All @@ -52,6 +55,7 @@
"one-line": [
true, "check-catch", "check-else", "check-open-brace", "check-whitespace"
],
"one-variable-per-declaration": true,
"quotemark": [true, "single"],
"radix": true,
"semicolon": [true, "always"],
Expand Down

0 comments on commit 0037717

Please sign in to comment.