v1.0.0
🚀 Features
- Rewrite eslint config for flat config support - by @TotomInc (e0eba)
- Handle ts/no-misused-promises with TSX and async functions - by @TotomInc (af5a3)
- Disable require("process") with process.env on TSX - by @TotomInc (210e0)
- Lint repo - by @TotomInc (e37a0)
- Update deps, remove react-hook-form & promise plugins - by @TotomInc (3357d)
- Add more rules related to jsx - by @TotomInc (d0164)
- Update README - by @TotomInc (e621f)
- Add prettier, rework tooling, add playground - by @TotomInc (258f2)
- Allow custom user configs as parameter - by @TotomInc (ee3e8)
- Tweak more settings, bump dependencies - by @TotomInc (3b975)
- More tweaks, remove next - by @TotomInc (18192)
- Update deps - by @TotomInc (85261)
- Export used globs - by @TotomInc (d66e5)
- ci: Add CI with publish npm package & auto changelog - by @TotomInc (2e1df)
- perfectionist: Add custom import sort types - by @TotomInc (397cd)
🐞 Bug Fixes
- Disable react-naming-convention/filename - by @TotomInc (3cd0a)
- Add missing eslint-plugin-react-hooks - by @TotomInc (b09a7)
- Remove postinstall - by @TotomInc (b30b7)
- Remove react-hook-form - by @TotomInc (d0157)
- Enable prettier rules globally on all SRC_GLOB - by @TotomInc (c02ef)
- Disable more rules handled by prettier - by @TotomInc (533f1)
- Update internalPattern for perfectionist/sort-imports - by @TotomInc (9fc47)