chore(ci): buggy void return rule

This commit is contained in:
Crawl 2020-03-21 09:54:58 +01:00 committed by GitHub
parent 495cfa96c2
commit 645e09e859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
"no-unnecessary-class": false,
"array-type": [true, "array"],
"no-any-union": false
"no-any-union": false,
"void-return": false
}
}