Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
fix(core): add EventEmitter to invalid-void rule exclusion (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Dec 2, 2019
1 parent 276bbf7 commit 8fd20b5
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 129 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
"email": "mail@buraktasci.com"
},
"license": "MIT",
"bugs": {
Expand All @@ -29,12 +29,8 @@
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/commit-analyzer": "^6.3.0",
"@semantic-release/github": "^5.4.3",
"@semantic-release/npm": "5.1.13",
"@semantic-release/release-notes-generator": "^7.3.0",
"husky": "^3.0.5",
"semantic-release": "^15.13.24"
"husky": "^3.1.0",
"semantic-release": "^15.13.31"
},
"peerDependencies": {
"codelyzer": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
true,
{
"allow-generics": [
"EventEmitter",
"Promise",
"Observable"
]
Expand Down
Loading

0 comments on commit 8fd20b5

Please sign in to comment.