Skip to content

Commit

Permalink
chore(eslint-plugin): [no-unnecessary-condition] fix format
Browse files Browse the repository at this point in the history
Fixes formatting issues introduced by a new version of prettier
  • Loading branch information
Retsam committed Jul 29, 2019
1 parent 81d2ea6 commit a0fc766
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ type ExpressionWithTest =
type Options = [
{
ignoreRhs?: boolean;
}
},
];

export default createRule<Options, 'alwaysTruthy' | 'alwaysFalsy' | 'never'>({
Expand Down

0 comments on commit a0fc766

Please sign in to comment.