Minor Changes
- Add experimental support for Svelte v5
- #622
470ef6c
Thanks @ota-meshi! - feat: add support for{@snippet}
and{@render}
in indent rule - #620
1097107
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 - #624
7df5b6f
Thanks @ota-meshi! - feat: add support for{@snippet}
and{@render}
in mustache-spacing rule - Update parser and svelte(v5)
- #657
b159b46
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.33 - #704
af2ccf9
Thanks @ota-meshi! - Update svelte-eslint-parser - #693
b11ff34
Thanks @ota-meshi! - fix: update dependencies & some fixes - #628
85fc8f4
Thanks @ota-meshi! - fix: update parser and fix some tests - #696
d4303f5
Thanks @ota-meshi! - fix: update svelte-eslint-parser - #635
ec3f1cf
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.16 - #687
2943021
Thanks @ota-meshi! - feat: update parser
- #657
- #622
- Support for ESLint v9
- #673
b72b97b
Thanks @ota-meshi! - feat: add support for eslint v9 - #708
d597a69
Thanks @ota-meshi! - feat: add support for flat config- #719
eaf5e6a
Thanks @ota-meshi! - fix: suppress comment not working in flat config. - #711
aaba61f
Thanks @ota-meshi! - fix: flat config would cause an error with non-svelte files
- #719
- #673
- #690
e84397d
Thanks @sdarnell! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule. - #679
4e6c681
Thanks @marekdedic! - feat: added the no-goto-without-base rule