Angular-RU / angular-ru-sdk

🅰️ ngular-RU Software Development Kit
71 stars 16 forks source link

🐞 - Private abstract field cannot exist (eslint rules) #1510

Closed Markiewic closed 11 months ago

Markiewic commented 11 months ago

Which @angular-ru/* package(s) are the source of the bug?

eslint-config-enterprise

Is this a regression?

No

Description

https://github.com/Angular-RU/angular-ru-sdk/blob/2686609443d40b5ca3f31c1a1d73303ab43a0d34/libs/eslint-config-enterprise/modules/member-ordering.js#L42

Private abstract field cannot exist. private and absctract is mutually exclusive. This also applies to: private-abstract-get, private-abstract-set, private-abstract-method.