{"library":"remark-preset-lint-itgalaxy","title":"remark-preset-lint-itgalaxy","description":"Itgalaxy's sharable preset for remark-lint, providing a set of opinionated Markdown linting rules. Current stable version is 16.0.0, with releases on an as-needed cadence. Key differentiator: it pairs with Prettier for styling, focusing only on content correctness. It enforces rules like no trailing spaces, fenced code flag, and consistent heading style. Supports Node >= 12.13.0 and is widely used in the Itgalaxy ecosystem.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-preset-lint-itgalaxy"],"cli":null},"imports":["Add to package.json: \"remarkConfig\": { \"plugins\": [\"remark-preset-lint-itgalaxy\"] }","npm install remark-lint --save-dev","npm install remark-cli --save-dev"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install dependencies\nnpm install remark-cli remark-lint remark-preset-lint-itgalaxy --save-dev\n\n// 2. Add to package.json\n\"remarkConfig\": {\n  \"plugins\": [\"remark-preset-lint-itgalaxy\"]\n}\n\n// 3. Run linter\nnpx remark .","lang":"javascript","description":"Installs the preset and its peer dependencies, configures remarkConfig in package.json, and runs the linter on all files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}