allow type aliases

This commit is contained in:
Eugene Pankov
2021-08-15 14:23:26 +02:00
parent 4fa16c8a20
commit f7b0272be5
6 changed files with 7 additions and 7 deletions

View File

@@ -125,3 +125,4 @@ rules:
- error
- allowAliases: in-unions-and-intersections
allowLiterals: always
allowCallbacks: always