From d4a14746cdcda99ec70915c5540962c85e33f661 Mon Sep 17 00:00:00 2001 From: Cyrille David Date: Mon, 31 Aug 2020 10:26:33 +0200 Subject: feat(template-lint): Read from stdin (#2622) * ember-template-lint: Lint from stdin * This feature has recently been implemented in ember-template-lint. * Refactor ember-template-lint executable * Fallback on a temporary file for old template-lint Co-authored-by: w0rp --- test/ember-template-lint-test-files/app/template.hbs | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/ember-template-lint-test-files/app/template.hbs (limited to 'test/ember-template-lint-test-files/app/template.hbs') diff --git a/test/ember-template-lint-test-files/app/template.hbs b/test/ember-template-lint-test-files/app/template.hbs new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3