Skip to content

Commit fb9cdfb

Browse files
committed
wip
1 parent 90442a2 commit fb9cdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-stylelint/src/lib/runner/stylelint-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import stylelint, { type LinterOptions, getConfigForFile } from 'stylelint';
1+
import stylelint, { type LinterOptions } from 'stylelint';
22

33
// Run Stylelint Programmatically
44
export async function lintStyles({config, ...options}: Omit<LinterOptions, 'formatter'>) {

0 commit comments

Comments
 (0)