prettier-plugin-marko
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,8 +6,10 @@ import type * as Compiler from "@marko/compiler"; | ||
markoAttrParen?: boolean; | ||
markoCompiler?: typeof Compiler; | ||
markoCompilerConfig?: Compiler.Config; | ||
} | ||
interface ParserOptions { | ||
markoSyntax?: "auto" | "html" | "concise"; | ||
markoAttrParen?: boolean; | ||
markoCompiler?: typeof Compiler; | ||
markoCompilerConfig?: Compiler.Config; | ||
markoSyntax?: "auto" | "html" | "concise"; | ||
markoAttrParen?: boolean; | ||
} | ||
@@ -14,0 +16,0 @@ } |
{ | ||
"name": "prettier-plugin-marko", | ||
"description": "A prettier plugin for parsing and printing Marko files", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Dylan Piercey <dpiercey@ebay.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/marko-js/prettier/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80553
2265