Skip to content

Commit 383bf1d

Browse files
G-RathSimenB
authored andcommitted
chore(no-large-snapshots): break todo out into #370
1 parent 407e5fe commit 383bf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-large-snapshots.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default createRule<[RuleOptions], MessageId>({
110110
ExpressionStatement(node) {
111111
reportOnViolation(context, node, options);
112112
},
113-
}; // todo: why are we picking out file types here?
113+
};
114114
} else if (context.getFilename().endsWith('.js')) {
115115
return {
116116
CallExpression(node) {

0 commit comments

Comments
 (0)