Skip to content

Commit 89354a6

Browse files
committed
fix prettier for newly generated addon
1 parent e35873d commit 89354a6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

files/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
# misc
99
/coverage/
1010
pnpm-lock.yaml
11+
config/ember-cli-update.json

files/babel.publish.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
'babel-plugin-ember-template-compilation',
1313
{
1414
targetFormat: 'hbs',
15-
transforms: []
15+
transforms: [],
1616
},
1717
],
1818
[

0 commit comments

Comments
 (0)