Skip to content

Commit

Permalink
feat(bug): [explicit-member-accessibility] fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tarasyuk committed Sep 3, 2019
1 parent 4f7be95 commit 3bdadee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ type Options = {
properties?: AccessibilityLevel;
parameterProperties?: AccessibilityLevel;
};
}
};

const defaultOptions: Options = {
accessibility: 'explicit',
Expand Down

0 comments on commit 3bdadee

Please sign in to comment.