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

Commit 8fd20b5

Browse files
authored
fix(core): add EventEmitter to invalid-void rule exclusion (#60)
1 parent 276bbf7 commit 8fd20b5

File tree

3 files changed

+304
-129
lines changed

3 files changed

+304
-129
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"author": {
1616
"name": "Burak Tasci",
17-
"email": "me@fulls1z3.com"
17+
"email": "mail@buraktasci.com"
1818
},
1919
"license": "MIT",
2020
"bugs": {
@@ -29,12 +29,8 @@
2929
"devDependencies": {
3030
"@commitlint/cli": "^8.2.0",
3131
"@commitlint/config-conventional": "^8.2.0",
32-
"@semantic-release/commit-analyzer": "^6.3.0",
33-
"@semantic-release/github": "^5.4.3",
34-
"@semantic-release/npm": "5.1.13",
35-
"@semantic-release/release-notes-generator": "^7.3.0",
36-
"husky": "^3.0.5",
37-
"semantic-release": "^15.13.24"
32+
"husky": "^3.1.0",
33+
"semantic-release": "^15.13.31"
3834
},
3935
"peerDependencies": {
4036
"codelyzer": "^5.0.0",

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
true,
5757
{
5858
"allow-generics": [
59+
"EventEmitter",
5960
"Promise",
6061
"Observable"
6162
]

0 commit comments

Comments
 (0)