chore: match the export name of no-empty-blocks

This commit is contained in:
seongminn 2025-06-25 22:59:45 +09:00
parent 08abef5999
commit d4d0890630

View file

@ -1,10 +1,10 @@
import tsParser from '@typescript-eslint/parser'; import tsParser from '@typescript-eslint/parser';
import { run } from 'eslint-vitest-rule-tester'; import { run } from 'eslint-vitest-rule-tester';
import noEmptyBlocksRule from '../rule-definition.js'; import noEmptyStyleBlocksRule from '../rule-definition.js';
run({ run({
name: 'vanilla-extract/no-empty-blocks/style-custom', name: 'vanilla-extract/no-empty-blocks/style-custom',
rule: noEmptyBlocksRule, rule: noEmptyStyleBlocksRule,
languageOptions: { languageOptions: {
parser: tsParser, parser: tsParser,
parserOptions: { parserOptions: {