Skip to content

Commit

Permalink
fix: remove explicit-member-accessibility
Browse files Browse the repository at this point in the history
Closes #111.
  • Loading branch information
mightyiam committed Aug 15, 2019
1 parent f202fce commit f673d9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ test('export', (t): void => {
'@typescript-eslint/explicit-function-return-type': ['error', {
allowHigherOrderFunctions: true
}],
'@typescript-eslint/explicit-member-accessibility': 'error',
'@typescript-eslint/indent': ['error', 2, {
SwitchCase: 1,
VariableDeclarator: 1,
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export = {
'@typescript-eslint/explicit-function-return-type': ['error', {
allowHigherOrderFunctions: true
}],
'@typescript-eslint/explicit-member-accessibility': 'error',
'@typescript-eslint/member-delimiter-style': [
'error',
{
Expand Down

0 comments on commit f673d9d

Please sign in to comment.