There was an error while loading. Please reload this page.
1 parent ab3535d commit 68da4b0Copy full SHA for 68da4b0
tools/remark-preset-lint-node/index.js
@@ -42,8 +42,10 @@ module.exports.plugins = [
42
[
43
require('remark-lint-prohibited-strings'),
44
45
- { no: 'v8', yes: 'V8' },
46
- { no: 'Javascript', yes: 'JavaScript' }
+ { no: 'Github', yes: 'GitHub' },
+ { no: 'Javascript', yes: 'JavaScript' },
47
+ { no: 'Node.JS', yes: 'Node.js' },
48
+ { no: 'v8', yes: 'V8' }
49
]
50
],
51
[require('remark-lint-strong-marker'), '*'],
0 commit comments