Skip to content

Commit

Permalink
Sync addon prettier config with ember-cli (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jan 14, 2025
1 parent b2083ae commit 7858389
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion files/__addonLocation__/.prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@

module.exports = {
plugins: ['prettier-plugin-ember-template-tag'],
singleQuote: true,
overrides: [
{
files: '*.{js,gjs,ts,gts,mjs,mts,cjs,cts}',
options: {
singleQuote: true,
templateSingleQuote: false,
},
},
],
};

0 comments on commit 7858389

Please sign in to comment.