Incorrect unlints
The meta part of the object should not contain +unlint directives for non-existent lints, as they are useless.
Incorrect:
+unlint abracadabra
Because a lint named “abracadabra” doesn’t exist (perhaps at some point this lint will be added and this example will become correct).
Correct:
+unlint ascii-only
Because a lint named ascii-only
exists.
Published on Fri Sep 12 07:13:59 UTC 2025.