We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a91e0 commit 0619c15Copy full SHA for 0619c15
packages/eslint-plugin-svelte/src/rules/no-unused-props.ts
@@ -72,7 +72,7 @@ export default createRule('no-unused-props', {
72
const options = context.options[0] ?? {};
73
74
// TODO: Remove in v4
75
- // MEMO: `ignorePatterns` was a property that only existed from v3.2.0 to v3.2.1.
+ // MEMO: `ignorePatterns` was a property that only existed from v3.2.0 to v3.2.2.
76
// From v3.3.0, it was replaced with `ignorePropertyPatterns` and `ignoreTypePatterns`.
77
if (options.ignorePatterns != null && !isRemovedWarningShown) {
78
console.warn(
0 commit comments