We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b0138 commit 057be04Copy full SHA for 057be04
src/rules/no-redundant-pipe.ts
@@ -41,7 +41,7 @@ export default createRule({
41
const getPipeCallExpressionWithExpressionArgs = flow(
42
O.fromPredicate(isPipeExpression),
43
/**
44
- * We ignore Pipe calls which contain a spread argument because these are never invalid.
+ * We ignore pipe calls which contain a spread argument because these are never invalid.
45
*/
46
O.chain(getCallExpressionWithExpressionArgs)
47
);
0 commit comments