{"library":"remark-preset-lint-crowdstrike","title":"remark-preset-lint-crowdstrike","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-preset-lint-crowdstrike"],"cli":{"name":"remark","version":null}},"imports":["import preset from 'remark-preset-lint-crowdstrike'","import preset from 'remark-preset-lint-crowdstrike'","npx remark --use remark-preset-lint-crowdstrike file.md"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Ensure Node.js >=16.13\n// Install: npm install remark-cli remark-preset-lint-crowdstrike\n\n// .remarkrc.mjs\nimport preset from 'remark-preset-lint-crowdstrike';\n\nexport default {\n  plugins: [preset]\n};\n// Then run: npx remark README.md","lang":"javascript","description":"Shows how to install and configure the preset in .remarkrc.mjs, then run remark on a Markdown file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}