Skip to content

Commit e8ca935

Browse files
committed
Formatting
1 parent 5d8140c commit e8ca935

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.prettierrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
module.exports = {
44
printWidth: 100,
5+
plugins: ['prettier-plugin-ember-template-tag'],
56
overrides: [
67
{
78
files: '*.{js,ts,mjs,mts,cjs,cts}',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const greeting = 'hello';
22

33
<template>
4-
{{ greeting }}, world!
4+
{{greeting}}, world!
55
</template>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"prettier": "^3.5.3",
20+
"prettier-plugin-ember-template-tag": "2.1.0",
2021
"release-plan": "^0.16.0"
2122
},
2223
"dependencies": {

0 commit comments

Comments
 (0)