UNPKG

prettier-plugin-ember-template-tag

Version:
7 lines (5 loc) 272 B
export const PARSER_NAME = 'ember-template-tag'; export const PRINTER_NAME = 'ember-template-tag-estree'; export const TEMPLATE_TAG_NAME = 'template'; export const TEMPLATE_TAG_OPEN = `<${TEMPLATE_TAG_NAME}>`; export const TEMPLATE_TAG_CLOSE = `</${TEMPLATE_TAG_NAME}>`;