| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 09adb86 commit fcca2d5
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20781,6 +20781,7 @@ const plugins = [ | |||
| 20781 | 20781 | remarkLintProhibitedStrings, | |
| 20782 | 20782 | [ | |
| 20783 | 20783 | { yes: "End-of-Life" }, | |
| 20784 | + { no: "filesystem", yes: "file system" }, | ||
| 20784 | 20785 | { yes: "GitHub" }, | |
| 20785 | 20786 | { no: "hostname", yes: "host name" }, | |
| 20786 | 20787 | { yes: "JavaScript" }, | |
| 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.1", | ||
| 10 | + "remark-preset-lint-node": "^3.4.0", | ||
| 11 | 11 | "remark-stringify": "^10.0.2", | |
| 12 | 12 | "to-vfile": "^7.2.3", | |
| 13 | 13 | "unified": "^10.1.2", | |
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | "devDependencies": { | |
| 17 | 17 | "@rollup/plugin-commonjs": "^24.0.0", | |
| 18 | 18 | "@rollup/plugin-node-resolve": "^15.0.1", | |
| 19 | - "rollup": "^3.9.1", | ||
| 19 | + "rollup": "^3.10.0", | ||
| 20 | 20 | "rollup-plugin-cleanup": "^3.2.1" | |
| 21 | 21 | } | |
| 22 | 22 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments