๐ - Private abstract field cannot exist (eslint rules)
Markiewic opened this issue ยท 0 comments
Markiewic commented
Which @angular-ru/* package(s) are the source of the bug?
eslint-config-enterprise
Is this a regression?
No
Description
Private abstract field cannot exist. private
and absctract
is mutually exclusive. This also applies to: private-abstract-get
, private-abstract-set
, private-abstract-method
.