{"library":"remark-preset-lint-starstuff","title":"remark-preset-lint-starstuff","description":"Opinionated remark-lint preset that provides a simple, shareable configuration for linting Markdown and MDX files. Current stable version is 2.0.7 (released April 2025), with a maintenance-focused release cadence. It integrates with Prettier to avoid formatting conflicts and includes rules from remark-preset-lint-consistent and remark-preset-lint-markdown-style-guide. Ideal for developers wanting a zero-fuss linting setup that respects Prettier formatting.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-preset-lint-starstuff"],"cli":{"name":"remark","version":null}},"imports":["import remarkPresetLintStarstuff from 'remark-preset-lint-starstuff'","\"remarkConfig\": { \"plugins\": [\"preset-lint-starstuff\"] }","import { remark } from 'remark'; import preset from 'remark-preset-lint-starstuff'; remark().use(preset).processSync('...');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm install --save-dev remark-preset-lint-starstuff\n\n// package.json\n{\n  \"remarkConfig\": {\n    \"plugins\": [\"preset-lint-starstuff\"]\n  }\n}\n\n// Then run: npx remark README.md\n// Or programmatically:\nimport { remark } from 'remark';\nimport preset from 'remark-preset-lint-starstuff';\n\nconst file = await remark()\n  .use(preset)\n  .process('# Hello\\n\\nThis is a test file.');\n\nconsole.log(String(file)); // outputs lint messages","lang":"typescript","description":"Demonstrates installation and usage via package.json config and programmatic API with ESM imports.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}