Skip to content

Commit

Permalink
chore: fix typo in comment (#19067)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored Dec 25, 2024
1 parent 1aa434e commit eb06ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite/types/internal/cssPreprocessorOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type DartSass from 'sass'
import type SassEmbedded from 'sass-embedded'
// @ts-ignore `less` may not be installed
import type Less from 'less'
// @ts-ignore `less` may not be installed
// @ts-ignore `stylus` may not be installed
import type Stylus from 'stylus'

/* eslint-enable @typescript-eslint/ban-ts-comment */
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/types/internal/lightningcssOptions.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */

// @ts-ignore `sass` may not be installed
// @ts-ignore `lightningcss` may not be installed
import type Lightningcss from 'lightningcss'

/* eslint-enable @typescript-eslint/ban-ts-comment */
Expand Down

0 comments on commit eb06ec3

Please sign in to comment.