File tree 3 files changed +12
-5
lines changed 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 189
189
"search" : " ](https://developer.mozilla.org/" ,
190
190
"replace" : " ](/" ,
191
191
"skipCode" : true
192
+ },
193
+ {
194
+ "name" : " bad-spelling" ,
195
+ "message" : " Incorrect spelling" ,
196
+ "searchPattern" : [" /e-mail/ig" ],
197
+ "replace" : [" email" ],
198
+ "skipCode" : false
192
199
}
193
200
]
194
201
}
Original file line number Diff line number Diff line change 29
29
"husky" : " 8.0.2" ,
30
30
"lint-staged" : " 13.1.0" ,
31
31
"markdownlint-cli2" : " 0.5.1" ,
32
- "markdownlint-rule-search-replace" : " 1.0.6 " ,
32
+ "markdownlint-rule-search-replace" : " 1.0.7 " ,
33
33
"prettier" : " 2.8.1"
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -3187,10 +3187,10 @@ markdownlint-rule-helpers@~0.17.2:
3187
3187
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.2.tgz#64d6e8c66e497e631b0e40cf1cef7ca622a0b654"
3188
3188
integrity sha512-XaeoW2NYSlWxMCZM2B3H7YTG6nlaLfkEZWMBhr4hSPlq9MuY2sy83+Xr89jXOqZMZYjvi5nBCGoFh7hHoPKZmA==
3189
3189
3190
-
3191
- version "1.0.6 "
3192
- resolved "https://registry.yarnpkg.com/markdownlint-rule-search-replace/-/markdownlint-rule-search-replace-1.0.6 .tgz#c93fe70c74ecb2d66dd79fc002cf46f46f17aed0 "
3193
- integrity sha512-w2dWPz7QnaYbMMOfkaVZmP0E3z7taPyKTouechZUWL7pIdyoDT2MXXYDwjMtEPQ7DUrYXbBiIvIBDvXs8/6m7A ==
3190
+
3191
+ version "1.0.7 "
3192
+ resolved "https://registry.yarnpkg.com/markdownlint-rule-search-replace/-/markdownlint-rule-search-replace-1.0.7 .tgz#b24158cb0833e2459e9faeeb7ffacc1678b3bc3d "
3193
+ integrity sha512-foM5zi0i2AZj/ccNbDfMvJnxN9bhWLkLEYOy9QartWDJF2FqgIiahc6dGrekE04H9NHkJHU94ai48hQQKxodMg ==
3194
3194
dependencies :
3195
3195
markdownlint-rule-helpers "~0.17.2"
3196
3196
You can’t perform that action at this time.
0 commit comments