diff --git a/types/stylelint/index.d.ts b/types/stylelint/index.d.ts index 1606d1805c..67316843a9 100644 --- a/types/stylelint/index.d.ts +++ b/types/stylelint/index.d.ts @@ -5,7 +5,7 @@ export type FormatterType = "json" | "string" | "verbose"; -export type SyntaxType = "scss" | "less" | "sugarss"; +export type SyntaxType = "scss" | "sass" | "less" | "sugarss"; export interface LinterOptions { code?: string;