|
2 | 2 | "name": "harper",
|
3 | 3 | "displayName": "Harper",
|
4 | 4 | "description": "The grammar checker for developers",
|
5 |
| - "version": "0.29.0", |
| 5 | + "version": "0.29.1", |
6 | 6 | "private": true,
|
7 | 7 | "author": "Elijah Potter",
|
8 | 8 | "publisher": "elijah-potter",
|
|
242 | 242 | "default": true,
|
243 | 243 | "description": "Corrects nonstandard `as early back as` to `as far back as`."
|
244 | 244 | },
|
| 245 | + "harper.linters.AsWell": { |
| 246 | + "scope": "resource", |
| 247 | + "type": "boolean", |
| 248 | + "default": true, |
| 249 | + "description": "Corrects `aswell` to `as well`." |
| 250 | + }, |
245 | 251 | "harper.linters.AtFaceValue": {
|
246 | 252 | "scope": "resource",
|
247 | 253 | "type": "boolean",
|
|
362 | 368 | "default": true,
|
363 | 369 | "description": "Forgetting to capitalize personal pronouns, like \"I\" or \"I'm\" is one of the most common errors. This rule helps with that."
|
364 | 370 | },
|
| 371 | + "harper.linters.CaseInPoint": { |
| 372 | + "scope": "resource", |
| 373 | + "type": "boolean", |
| 374 | + "default": true, |
| 375 | + "description": "Corrects `case and point` to `case in point`." |
| 376 | + }, |
365 | 377 | "harper.linters.CaseSensitive": {
|
366 | 378 | "scope": "resource",
|
367 | 379 | "type": "boolean",
|
|
770 | 782 | "default": true,
|
771 | 783 | "description": "Checks for the correct official name of the African country."
|
772 | 784 | },
|
| 785 | + "harper.linters.HadGone": { |
| 786 | + "scope": "resource", |
| 787 | + "type": "boolean", |
| 788 | + "default": true, |
| 789 | + "description": "Corrects `had went` to `had gone`." |
| 790 | + }, |
773 | 791 | "harper.linters.HadOf": {
|
774 | 792 | "scope": "resource",
|
775 | 793 | "type": "boolean",
|
|
788 | 806 | "default": true,
|
789 | 807 | "description": "Corrects the eggcorn `half hazard` to `haphazard`, which properly means lacking organization or being random."
|
790 | 808 | },
|
| 809 | + "harper.linters.HasGone": { |
| 810 | + "scope": "resource", |
| 811 | + "type": "boolean", |
| 812 | + "default": true, |
| 813 | + "description": "Corrects `has went` to `has gone`." |
| 814 | + }, |
| 815 | + "harper.linters.HaveGone": { |
| 816 | + "scope": "resource", |
| 817 | + "type": "boolean", |
| 818 | + "default": true, |
| 819 | + "description": "Corrects `have went` to `have gone`." |
| 820 | + }, |
| 821 | + "harper.linters.HavingGone": { |
| 822 | + "scope": "resource", |
| 823 | + "type": "boolean", |
| 824 | + "default": true, |
| 825 | + "description": "Corrects `having went` to `having gone`." |
| 826 | + }, |
791 | 827 | "harper.linters.Hedging": {
|
792 | 828 | "scope": "resource",
|
793 | 829 | "type": "boolean",
|
|
1040 | 1076 | "default": true,
|
1041 | 1077 | "description": "It's often hard to determine where the subject should go with the word `let`. This rule attempts to find common errors with redundancy and contractions that may lead to confusion for readers."
|
1042 | 1078 | },
|
| 1079 | + "harper.linters.LikeThePlague": { |
| 1080 | + "scope": "resource", |
| 1081 | + "type": "boolean", |
| 1082 | + "default": true, |
| 1083 | + "description": "Corrects `like a plague` to `like the plague`." |
| 1084 | + }, |
1043 | 1085 | "harper.linters.Likewise": {
|
1044 | 1086 | "scope": "resource",
|
1045 | 1087 | "type": "boolean",
|
|
0 commit comments