Skip to content

Commit

Permalink
ignore dynamic-slot-name
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Jan 16, 2025
1 parent b47921d commit 61da602
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/eslint-plugin-svelte/src/rules/valid-compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ import { getSvelteCompileWarnings } from '../shared/svelte-compile-warns/index.j
import { getSourceCode } from '../utils/compat.js';
import type { Position } from 'svelte-eslint-parser/lib/ast/common.js';

const ignores: string[] = [
'missing-declaration',
// Svelte v4
'dynamic-slot-name',
// Svelte v5
'invalid-slot-name'
] as const;
const ignores: string[] = ['missing-declaration'] as const;

const unusedSelectorWarnings: string[] = ['css_unused_selector', 'css-unused-selector'] as const;

Expand Down

0 comments on commit 61da602

Please sign in to comment.