Skip to content

Commit

Permalink
Merge pull request #10062 from Windvis/feat/update-blueprint-prettier…
Browse files Browse the repository at this point in the history
…-config

[ENHANCEMENT] Update the Prettier config in the blueprints
  • Loading branch information
bertdeblock committed Oct 30, 2022
2 parents 29ad3bc + 3dc6e5a commit b075b2e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion blueprints/app/files/.prettierrc.js
@@ -1,5 +1,12 @@
'use strict';

module.exports = {
singleQuote: true,
overrides: [
{
files: '*.{js,ts}',
options: {
singleQuote: true,
},
},
],
};

0 comments on commit b075b2e

Please sign in to comment.