summaryrefslogtreecommitdiffstats
path: root/.remarkrc.js
AgeCommit message (Collapse)Author
2019-12-05address lgtm alerts (#7441)Jacek Kolasa
2019-06-03NEW: local remark-lint checks and autofix support (#5898)Andrey Galkin
* NEW: Codacy remark-lint config to run locally - Use `npm run-script lint-md` to check all Markdown files (may be excessively long) - Use `npm run-script lint-md-path {path}` to check only specific path * remark-lint autofix support example * A bit revised remark-stringify configuration