Skip to content

3.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:05
· 1 commit to main since this release

💅 Changed

  • 📐 Updated Prettier configuration to use double quotes instead of single quotes
  • 📏 Increased print width from 100 to 120 characters for better readability
  • 🔤 Added quoteProps: "preserve" to maintain quote consistency on object properties

✨ Added

  • 📚 New example project for Next.js 14 with v3 flat config (examples/nextjs14-v3-flat-config)
  • 📖 Documentation on how to use ESLint 9.x flat config with Next.js 14 projects