Skip to content

Commit 6425dab

Browse files
committed
Add gjs to prettier
1 parent 844dd8b commit 6425dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
'use strict';
22

33
module.exports = {
4+
plugins: ['prettier-plugin-ember-template-tag'],
45
overrides: [
56
{
6-
files: '*.{js,ts}',
7+
files: '*.{js,ts,gjs,gts}',
78
options: {
89
singleQuote: true,
910
},

0 commit comments

Comments
 (0)