Skip to content

Commit 5207461

Browse files
committed
chore(query): 🤖 run prettier
1 parent fae9950 commit 5207461

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
/dist
44
/coverage
5+
.angular

.prettierrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"singleQuote": true,
3-
"tabSize": 2
4-
}
2+
"singleQuote": true
3+
}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:all": "nx run-many --target=build --all --exclude=backend",
88
"test:all": "nx run-many --target=test --exclude=backend,playground --all",
99
"start": "nx run-many --parallel --target=serve --projects=playground,backend",
10-
"format": "nx format:write",
10+
"format": "nx format:write --all",
1111
"update": "nx migrate latest",
1212
"migration": "nx migrate --run-migrations",
1313
"postinstall": "ngcc --properties es2020 browser module main"
@@ -97,4 +97,3 @@
9797
"*.{ts,json,html,tsx}": "prettier --write"
9898
}
9999
}
100-

0 commit comments

Comments
 (0)