remark-preset-lint-crowdstrike v4.0.0 is a preset configuration for remark-lint enforcing CrowdStrike's documentation style. It integrates seamlessly with remark-cli v12 and is intended for use in Node.js >=16.13. Unlike generic presets like remark-preset-lint-consistent or remark-preset-lint-recommended, this package is opinionated with CrowdStrike-specific rules. It ships as ESM-only and provides a single default export. Active development by CrowdStrike.
npm install remark-preset-lint-crowdstrikeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the preset in .remarkrc.mjs, then run remark on a Markdown file.
Use ESM (import) instead of require().
Update Node.js to version 16.13 or later.
Replace --preset with --use in CLI commands.
Run: npm install remark-preset-lint-crowdstrike
Switch to import statement or use dynamic import.