Skip to content

Commit 0619c15

Browse files
committed
tidy
1 parent 35a91e0 commit 0619c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/src/rules/no-unused-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default createRule('no-unused-props', {
7272
const options = context.options[0] ?? {};
7373

7474
// TODO: Remove in v4
75-
// MEMO: `ignorePatterns` was a property that only existed from v3.2.0 to v3.2.1.
75+
// MEMO: `ignorePatterns` was a property that only existed from v3.2.0 to v3.2.2.
7676
// From v3.3.0, it was replaced with `ignorePropertyPatterns` and `ignoreTypePatterns`.
7777
if (options.ignorePatterns != null && !isRemovedWarningShown) {
7878
console.warn(

0 commit comments

Comments
 (0)