remark-lint-no-repeat-punctuation
Advanced tools
{ | ||
"name": "remark-lint-no-repeat-punctuation", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "LaySent <laysent@gmail.com>", | ||
@@ -9,3 +9,3 @@ "bugs": { | ||
"homepage": "https://github.com/laysent/remark-lint-plugins", | ||
"description": "remark lint plugin that ...", | ||
"description": "remark lint plugin that will warn when multiple punctuations found in series.", | ||
"keywords": [ | ||
@@ -37,4 +37,6 @@ "remark", | ||
"test": "jest", | ||
"lint": "eslint *.js" | ||
} | ||
"lint": "eslint *.js", | ||
"prepublish": "npm run lint && npm run test" | ||
}, | ||
"gitHead": "1d48075f98cff484e53eb5d64ab7882075076fe2" | ||
} |
4801
3.38%