UseDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/sindresorhus/eslint-plugin-unicorn/llms.txt
Use this file to discover all available pages before exploring further.
Date.now() instead of constructing a Date object just to extract a timestamp. Date.now() is shorter, clearer, and avoids an unnecessary object allocation.
| Recommended | ✅ recommended · ☑️ unopinionated |
| Fixable | 🔧 Auto-fixable |