introduce prettierrc formatting
This commit is contained in:
13
node_modules/prettier/plugins/html.d.ts
generated
vendored
Normal file
13
node_modules/prettier/plugins/html.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Parser, Printer } from "../index.js";
|
||||
|
||||
export declare const parsers: {
|
||||
angular: Parser;
|
||||
html: Parser;
|
||||
lwc: Parser;
|
||||
mjml: Parser;
|
||||
vue: Parser;
|
||||
};
|
||||
|
||||
export declare const printers: {
|
||||
html: Printer;
|
||||
};
|
||||
Reference in New Issue
Block a user