Skip to content

Commit

Permalink
Update prettierrc in util
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 18, 2023
1 parent 17110f6 commit 585811b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/util/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
'use strict';

module.exports = {
singleQuote: true,
overrides: [
{
files: '*{js,ts}',
options: {
singleQuote: true,
},
},
],
};
2 changes: 1 addition & 1 deletion packages/util/tests/dummy/app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h2 id='title'>Welcome to Ember</h2>
<h2 id="title">Welcome to Ember</h2>

{{outlet}}

0 comments on commit 585811b

Please sign in to comment.