Skip to content

Commit e9309ef

Browse files
committed
chore: Fix formatting
1 parent 7ca2a09 commit e9309ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rules/no-useless-not.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export default createRule({
101101
messageId: notModifier
102102
? 'noUselessNot'
103103
: isInverted
104-
? 'noUselessProperty'
105-
: 'noUselessTruthy',
104+
? 'noUselessProperty'
105+
: 'noUselessTruthy',
106106
})
107107
},
108108
}

0 commit comments

Comments
 (0)