fix: add missing syntax type (#27471)

This commit is contained in:
Alan Agius
2018-07-23 17:27:25 +02:00
committed by Andy
parent ba10e72285
commit 6798d64a19

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;