We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844dd8b commit 6425dabCopy full SHA for 6425dab
.prettierrc.js
@@ -1,9 +1,10 @@
1
'use strict';
2
3
module.exports = {
4
+ plugins: ['prettier-plugin-ember-template-tag'],
5
overrides: [
6
{
- files: '*.{js,ts}',
7
+ files: '*.{js,ts,gjs,gts}',
8
options: {
9
singleQuote: true,
10
},
0 commit comments