File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ module.exports.plugins = [
39
39
[ require ( 'remark-lint-file-extension' ) , 'md' ] ,
40
40
[ require ( 'remark-lint-first-heading-level' ) , 1 ] ,
41
41
[ require ( 'remark-lint-heading-style' ) , 'atx' ] ,
42
+ [
43
+ require ( 'remark-lint-prohibited-strings' ) ,
44
+ [
45
+ { no : 'v8' , yes : 'V8' } ,
46
+ { no : 'Javascript' , yes : 'JavaScript' }
47
+ ]
48
+ ] ,
42
49
[ require ( 'remark-lint-strong-marker' ) , '*' ] ,
43
50
[ require ( 'remark-lint-table-cell-padding' ) , 'padded' ]
44
51
] ;
Original file line number Diff line number Diff line change 47
47
"remark-lint-no-table-indentation" : " ^1.0.0" ,
48
48
"remark-lint-no-tabs" : " ^1.0.0" ,
49
49
"remark-lint-no-unused-definitions" : " ^1.0.0" ,
50
+ "remark-lint-prohibited-strings" : " ^1.0.0" ,
50
51
"remark-lint-rule-style" : " ^1.0.0" ,
51
52
"remark-lint-strong-marker" : " ^1.0.0" ,
52
53
"remark-lint-table-cell-padding" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments