docs: add guideline against lint-suppress comments #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/shelley-extras:docs/no-lint-suppress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an explicit guideline that lint-suppress comments (
eslint-disable,nolint,// ignore, etc.) are workarounds, not fixes. The proper approach is updating the linter config.Learned the hard way during the market newsletter delivery PR — I used
eslint-disable-next-lineinstead of adding the file to the ESLint config's exemption list.22f3cabdfdto7e42c2065f