Skip to content

Commit

Permalink
docs(eslint-plugin): fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Sep 3, 2019
1 parent 736a074 commit 6a5c77c
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 6a5c77c

Please sign in to comment.