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 f202fce commit f673d9dCopy full SHA for f673d9d
src/index.test.ts
@@ -23,7 +23,6 @@ test('export', (t): void => {
23
'@typescript-eslint/explicit-function-return-type': ['error', {
24
allowHigherOrderFunctions: true
25
}],
26
- '@typescript-eslint/explicit-member-accessibility': 'error',
27
'@typescript-eslint/indent': ['error', 2, {
28
SwitchCase: 1,
29
VariableDeclarator: 1,
src/index.ts
@@ -44,7 +44,6 @@ export = {
44
45
46
47
48
'@typescript-eslint/member-delimiter-style': [
49
'error',
50
{
0 commit comments