Skip to content

eslint-plugin-svelte@3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 14:41
· 7 commits to main since this release
65c4f79

Minor Changes

  • #1132 30c1e5f Thanks @baseballyama! - feat: add ignorePropertyPatterns property and rename ignorePatterns to ignoreTypePatterns in no-unused-props rule. The ignorePatterns option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.