Skip to content

Commit 809cff1

Browse files
committed
fix: remove private-abstract token from member ordering rule in eslint (#1510)
Closes #1510
1 parent 7a02ae9 commit 809cff1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/eslint-config-enterprise/modules/member-ordering.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = {
3939
**/
4040
'public-abstract-field',
4141
'protected-abstract-field',
42-
'private-abstract-field',
4342
/**
4443
* instance fields
4544
* [sort: private -> protected -> public]
@@ -101,11 +100,8 @@ module.exports = {
101100
'public-abstract-set',
102101
'protected-abstract-get',
103102
'protected-abstract-set',
104-
'private-abstract-get',
105-
'private-abstract-set',
106103
'public-abstract-method',
107104
'protected-abstract-method',
108-
'private-abstract-method',
109105
/**
110106
* methods
111107
* [sort: public -> protected -> private]

0 commit comments

Comments
 (0)