Skip to content

Commit 568f75f

Browse files
committed
1 parent ec7c5c9 commit 568f75f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const rules = {
7878
disallowArithmeticOperators: true,
7979
},
8080
],
81+
'no-unused-private-class-members': 'error',
8182
'no-useless-backreference': 'error',
8283
'use-isnan': 'error',
8384
'valid-typeof': [
@@ -240,7 +241,7 @@ const rules = {
240241
},
241242
],
242243
checkGlobalObject: true,
243-
}
244+
},
244245
],
245246
'no-shadow-restricted-names': 'error',
246247
'no-undef-init': 'error',

0 commit comments

Comments
 (0)