Add remark lint (#13906)

support remark-lint check
This commit is contained in:
zombieJ
2018-12-26 14:14:00 +08:00
committed by GitHub
parent 9763c15db4
commit bf087e29bd
17 changed files with 51 additions and 39 deletions

8
.remarkrc.js Normal file
View File

@@ -0,0 +1,8 @@
const config = {
plugins: [
'remark-preset-lint-recommended',
['remark-lint-list-item-indent', 'space'],
],
};
module.exports = config;