Skip to content

Commit 3a61c29

Browse files
Sync addon prettier config with ember-cli (#324)
1 parent 6cfc234 commit 3a61c29

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

files/__addonLocation__/.prettierrc.cjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22

33
module.exports = {
44
plugins: ['prettier-plugin-ember-template-tag'],
5-
singleQuote: true,
5+
overrides: [
6+
{
7+
files: '*.{js,gjs,ts,gts,mjs,mts,cjs,cts}',
8+
options: {
9+
singleQuote: true,
10+
templateSingleQuote: false,
11+
},
12+
},
13+
],
614
};

0 commit comments

Comments
 (0)