Skip to content

Commit 5c80fb7

Browse files
committed
feat: rename @stylistic/stylelint-plugin
1 parent 60fccd1 commit 5c80fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/plugins.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import type { LiteralUnion } from '../utils'
1717
export interface CustomPlugins {}
1818

1919
type KnownPlugins = LiteralUnion<
20-
| 'stylelint-order' | 'stylelint-scss' | 'stylelint-stylistic' | 'stylelint-stylus'
21-
| 'stylelint-suitcss' | 'stylelint-react-native' | 'stylelint-codeguide'
20+
| 'stylelint-order' | 'stylelint-scss' | '@stylistic/stylelint-plugin' | 'stylelint-stylus'
21+
| 'stylelint-suitcss' | 'stylelint-react-native'
2222
| keyof CustomPlugins
2323
>
2424

0 commit comments

Comments
 (0)