sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
4.19k stars 361 forks source link

Remove useless "recommended" properties #2355

Closed DEVTomatoCake closed 4 months ago

DEVTomatoCake commented 4 months ago

This removes the recommended property from rules with no apparent use, this just seems like an oversight from a Find and Replace to add the property after all description properties, however without ensuring that only those within the docs object are affected.

recommended itself is not used within these files, and it doesn't seem like they're used externally.

fisker commented 4 months ago

Thanks. It's on me. I used a regular expression to search description, and add recommended in https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2336.