Skip to content

Commit

Permalink
chore: Add circular dependency tslinter for core
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtoast committed Jul 6, 2018
1 parent b95ff62 commit 650f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify-es": "^0.0.1",
"ts-loader": "^3.1.1",
"tslint-no-circular-imports": "^0.5.0",
"webpack": "^3.8.1"
},
"peerDependencies": {
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": ["tslint-config-haiku"],
"extends": ["tslint-config-haiku", "tslint-no-circular-imports"],
"rules": {
"no-var-requires": false,
"prefer-for-of": false,
Expand Down

0 comments on commit 650f4fc

Please sign in to comment.