Skip to content

Commit 4f377e0

Browse files
committed
chore: fix prettier ignore
1 parent 0751519 commit 4f377e0

File tree

5 files changed

+35
-45
lines changed

5 files changed

+35
-45
lines changed

.prettierignore

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# Ignore files for PNPM, NPM and YARN
1+
dist/
2+
node_modules/
3+
24
pnpm-lock.yaml
3-
package-lock.json
4-
yarn.lock
5-
bun.lock
5+
pnpm-workspace.yaml
66

7-
apps/
7+
CHANGELOG.md
88

99
.turbo/
10-
node_modules/
11-
dist/
12-
coverage/
13-
CHANGELOG.md
14-
documentation/
10+
apps/

apps/client/.prettierignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Ignore files for PNPM, NPM and YARN
1+
dist/
2+
node_modules/
3+
24
pnpm-lock.yaml
3-
package-lock.json
4-
yarn.lock
5-
bun.lock
5+
pnpm-workspace.yaml
66

7-
.turbo/
8-
node_modules/
9-
dist/
10-
coverage/
117
CHANGELOG.md
8+
9+
.turbo/

apps/server/.prettierignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Ignore files for PNPM, NPM and YARN
1+
dist/
2+
node_modules/
3+
24
pnpm-lock.yaml
3-
package-lock.json
4-
yarn.lock
5-
bun.lock
5+
pnpm-workspace.yaml
66

7-
.turbo/
8-
node_modules/
9-
dist/
10-
coverage/
117
CHANGELOG.md
8+
9+
.turbo/

apps/website/.prettierignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Ignore files for PNPM, NPM and YARN
1+
dist/
2+
node_modules/
3+
24
pnpm-lock.yaml
3-
package-lock.json
4-
yarn.lock
5-
bun.lock
5+
pnpm-workspace.yaml
66

7-
.turbo/
8-
node_modules/
9-
dist/
10-
coverage/
117
CHANGELOG.md
8+
9+
.turbo/

pnpm-workspace.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ catalogs:
77
turbo: ^2.7.5
88
typescript: ^5.9.3
99
ci:
10-
"@commitlint/cli": ^20.3.1
11-
"@commitlint/config-conventional": ^20.3.1
12-
"@favware/cliff-jumper": ^6.0.0
13-
"@nanoforge-dev/actions": ^1.1.0
10+
'@commitlint/cli': ^20.3.1
11+
'@commitlint/config-conventional': ^20.3.1
12+
'@favware/cliff-jumper': ^6.0.0
13+
'@nanoforge-dev/actions': ^1.1.0
1414
husky: ^9.1.7
1515
lint-staged: ^16.2.7
1616
core:
17-
"@types/bun": ^1.3.6
18-
"@types/node": ^25.0.10
17+
'@types/bun': ^1.3.6
18+
'@types/node': ^25.0.10
1919
bun: ^1.3.6
2020
lint:
21-
"@nanoforge-dev/utils-eslint-config": ^1.0.1
22-
"@nanoforge-dev/utils-prettier-config": ^1.0.1
23-
"@trivago/prettier-plugin-sort-imports": ^6.0.2
21+
'@nanoforge-dev/utils-eslint-config': ^1.0.1
22+
'@nanoforge-dev/utils-prettier-config': ^1.0.1
23+
'@trivago/prettier-plugin-sort-imports': ^6.0.2
2424
eslint: ^9.39.2
2525
prettier: ^3.8.1
2626
schematics:
27-
"@angular-devkit/core": ^21.1.1
28-
"@angular-devkit/schematics": ^21.1.1
27+
'@angular-devkit/core': ^21.1.1
28+
'@angular-devkit/schematics': ^21.1.1
2929

3030
onlyBuiltDependencies:
3131
- bun

0 commit comments

Comments
 (0)