mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
fix: add missing syntax type (#27471)
This commit is contained in:
2
types/stylelint/index.d.ts
vendored
2
types/stylelint/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user