Skip to content

Commit

Permalink
style: Updated code-style dep
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Mar 16, 2018
1 parent bdf286c commit 348d2e5
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 5 deletions.
57 changes: 54 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@edcarroll/code-style": "^1.0.1",
"@edcarroll/code-style": "^2.0.0",
"@types/extend": "^3.0.0",
"@types/jasmine": "^2.5.53",
"@types/prismjs": "~1.4.18",
Expand All @@ -91,6 +91,7 @@
"rollup-plugin-commonjs": "~7.0.0",
"rollup-plugin-node-resolve": "~2.0.0",
"rollup-plugin-uglify": "~1.0.1",
"ts-node": "^5.0.1",
"typescript": "^2.6.2",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.20"
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@edcarroll/code-style/tslint",
"extends": ["@edcarroll/code-style/tslint", "@edcarroll/code-style/tslint-angular"],
"rules": {
"component-selector": [
true,
Expand Down

0 comments on commit 348d2e5

Please sign in to comment.