| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8a17b7b commit e57af5a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,8 +42,10 @@ module.exports.plugins = [ | |||
| 42 | 42 | [ | |
| 43 | 43 | require('remark-lint-prohibited-strings'), | |
| 44 | 44 | [ | |
| 45 | - { no: 'v8', yes: 'V8' }, | ||
| 46 | - { no: 'Javascript', yes: 'JavaScript' } | ||
| 45 | + { no: 'Github', yes: 'GitHub' }, | ||
| 46 | + { no: 'Javascript', yes: 'JavaScript' }, | ||
| 47 | + { no: 'Node.JS', yes: 'Node.js' }, | ||
| 48 | + { no: 'v8', yes: 'V8' } | ||
| 47 | 49 | ] | |
| 48 | 50 | ], | |
| 49 | 51 | [require('remark-lint-strong-marker'), '*'], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments