UI/add prettier ignore for ui console file (#20094)

* fix template-lintrc file

* add prettier ignore
This commit is contained in:
claire bontempo 2023-04-11 11:50:04 -07:00 committed by GitHub
parent 787c5971ab
commit f5435aa28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ module.exports = {
},
'require-input-label': 'off',
},
ignore: ['lib/story-md', 'tests/**', 'app/templates/components/console/*'],
ignore: ['lib/story-md', 'tests/**'],
// ember language server vscode extension does not currently respect the ignore field
// override all rules manually as workaround to align with cli
overrides: [

View File

@ -1,4 +1,5 @@
{{!-- template-lint-disable --}}
{{! template-lint-disable no-whitespace-for-layout }}
{{! prettier-ignore }}
<div class="console-ui-alert has-text-grey">
<Icon @name="info" />
<pre>Usage: vault &lt;command&gt; [args]