fix: add missing syntax type (#27471)

This commit is contained in:
Alan Agius
2018-07-23 08:27:25 -07:00
committed by Andy
parent ba10e72285
commit 6798d64a19
+1 -1
View File
@@ -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;