We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02ae9 commit 809cff1Copy full SHA for 809cff1
libs/eslint-config-enterprise/modules/member-ordering.js
@@ -39,7 +39,6 @@ module.exports = {
39
**/
40
'public-abstract-field',
41
'protected-abstract-field',
42
- 'private-abstract-field',
43
/**
44
* instance fields
45
* [sort: private -> protected -> public]
@@ -101,11 +100,8 @@ module.exports = {
101
100
'public-abstract-set',
102
'protected-abstract-get',
103
'protected-abstract-set',
104
- 'private-abstract-get',
105
- 'private-abstract-set',
106
'public-abstract-method',
107
'protected-abstract-method',
108
- 'private-abstract-method',
109
110
* methods
111
* [sort: public -> protected -> private]
0 commit comments