Skip to content

Commit

Permalink
fix: explicitly indicate parser: none
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Dec 13, 2024
2 parents 0cf16d2 + 72d28b8 commit 88f2edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sentences-per-line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ export const sentencesPerLine = {
}
},
names: ["sentences-per-line"],
parser: "none",
tags: ["sentences"],
};
} satisfies markdownlint.Rule;

0 comments on commit 88f2edb

Please sign in to comment.