goatcorp / dalamud-docs

Dalamud developer documentation site
https://dalamud.dev/
MIT License
6 stars 21 forks source link

Linting: disable rule remark-lint-maximum-heading-length properly #20

Closed meoiswa closed 5 months ago

meoiswa commented 5 months ago

There seems to be some weirdness regarding how plugins are disabled when different versions are being isolated by pnpm due to them being present in multiple rule packs:

https://github.com/remarkjs/remark-lint/issues/165#issuecomment-1604047847

Explicitly installing the rule to disable fixes the problem, allowing the rule to be disabled globally.