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.
@stylistic/stylelint-plugin
1 parent 60fccd1 commit 5c80fb7Copy full SHA for 5c80fb7
src/config/plugins.d.ts
@@ -17,8 +17,8 @@ import type { LiteralUnion } from '../utils'
17
export interface CustomPlugins {}
18
19
type KnownPlugins = LiteralUnion<
20
- | 'stylelint-order' | 'stylelint-scss' | 'stylelint-stylistic' | 'stylelint-stylus'
21
- | 'stylelint-suitcss' | 'stylelint-react-native' | 'stylelint-codeguide'
+ | 'stylelint-order' | 'stylelint-scss' | '@stylistic/stylelint-plugin' | 'stylelint-stylus'
+ | 'stylelint-suitcss' | 'stylelint-react-native'
22
| keyof CustomPlugins
23
>
24
0 commit comments