-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of quotation checker for TextDocuments
- Loading branch information
Ben King
committed
Nov 18, 2024
1 parent
6be3210
commit 1824761
Showing
27 changed files
with
6,304 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
191 changes: 0 additions & 191 deletions
191
packages/punctuation-checker/src/example-punctuation-checker.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export { ExamplePunctuationChecker } from './example-punctuation-checker'; | ||
export { RuleSet } from './rule-set/rule-set'; | ||
export { RuleSet, RuleType } from './rule-set/rule-set'; | ||
export { StandardRuleSets } from './rule-set/standard-rule-sets'; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.