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 f7356a2 commit 49a0dddCopy full SHA for 49a0ddd
packages/plugin-stylelint/src/lib/stylelint-plugin.ts
@@ -6,7 +6,7 @@ import {getNormalizedConfigForFile} from "./runner/normalize-config.js";
6
7
8
export type StylelintPluginConfig = Pick<LinterOptions, 'configFile' | 'files'> & {
9
- onlyAudits: string[]
+ onlyAudits?: string[]
10
}
11
12
/**
0 commit comments