🚀 Features
- Enable
antfu/consistent-chaining
- by @tinywaves (f0cd1) - Move disable rules to the end, remove deprecated rules - by @tinywaves (da109)
- Enable perfectionist/sort-imports - by @tinywaves (81fe0)
- Update @eslint/markdown to v6 - by @tinywaves (05a55)
- Change perfectionist imports sorting rules - by @tinywaves (33e5a)
- Enable
antfu/no-top-level-await
- by @tinywaves (86636) - Disable rules for config files - by @tinywaves (6d022)
- Merge prettier plugins with options - by @tinywaves (85e6a)
- Support json5 in vscode - by @tinywaves (b6769)
- Update deps - by @tinywaves (cd42e)
🐞 Bug Fixes
- Disable
unicorn/consistent-function-scoping
for arrow functions - by @tinywaves (b4920) - Do not force newline in
perfectionist/sort-imports
- by @tinywaves (c20e6) - Add
side-effect
inperfectionist/sort-imports
- by @tinywaves (9d4f3) - Disable
unicorn/consistent-function-scoping
- by @tinywaves (b66fe) - Add Next.js router segment config - by @tinywaves (4ae2c)
- Sync js rule options to ts - by @tinywaves (80d3e)
- Glob for disables - by @tinywaves (6e7ab)
- Disable
explicit-function-return-type
in markdown code - by @tinywaves (bcca5) - Disable
ts/explicit-function-return-type
in vue files - by @tinywaves (a6cf7) - Disable
antfu/no-top-level-await
for markdown snippets - by @tinywaves (07545) - Properly disable top-level-await rule for tests - by @tinywaves (3b365)