| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 605271b commit 916cda4
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20745,6 +20745,7 @@ const plugins = [ | |||
| 20745 | 20745 | "powershell", | |
| 20746 | 20746 | "r", | |
| 20747 | 20747 | "text", | |
| 20748 | + "ts", | ||
| 20748 | 20749 | ], | |
| 20749 | 20750 | }, | |
| 20750 | 20751 | ], | |
@@ -20783,6 +20784,7 @@ const plugins = [ | |||
| 20783 | 20784 | { yes: "RFC" }, | |
| 20784 | 20785 | { no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" }, | |
| 20785 | 20786 | { yes: "Unix" }, | |
| 20787 | + { yes: "Valgrind" }, | ||
| 20786 | 20788 | { yes: "V8" }, | |
| 20787 | 20789 | ], | |
| 20788 | 20790 | ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ | |||
| 7 | 7 | }, | |
| 8 | 8 | "dependencies": { | |
| 9 | 9 | "remark-parse": "^10.0.1", | |
| 10 | - "remark-preset-lint-node": "^3.3.0", | ||
| 10 | + "remark-preset-lint-node": "^3.3.1", | ||
| 11 | 11 | "remark-stringify": "^10.0.2", | |
| 12 | 12 | "to-vfile": "^7.2.3", | |
| 13 | 13 | "unified": "^10.1.1", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments