Skip to content

Commit

Permalink
update with custom parser from ember eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Nov 3, 2023
1 parent dcfb56f commit 8695c2e
Show file tree
Hide file tree
Showing 10 changed files with 211 additions and 758 deletions.
3 changes: 0 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export const PARSER_NAME = 'ember-template-tag';
export const PRINTER_NAME = 'ember-template-tag-estree';

// FIXME: Are these still accurate?
export const TEMPLATE_TAG_NAME = 'template';
export const TEMPLATE_TAG_PLACEHOLDER = '__GLIMMER_TEMPLATE';

export const TEMPLATE_TAG_OPEN = `<${TEMPLATE_TAG_NAME}>`;
export const TEMPLATE_TAG_CLOSE = `</${TEMPLATE_TAG_NAME}>`;
Loading

0 comments on commit 8695c2e

Please sign in to comment.