Skip to content

Commit f50c121

Browse files
committed
remove install cache, remove prettier references
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent 5a9f1b5 commit f50c121

6 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/actions/init-node-and-install/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ runs:
1111
- uses: actions/setup-node@v6
1212
with:
1313
node-version: '24'
14-
cache: 'pnpm'
1514

1615
- run: pnpm i --frozen-lockfile
1716
shell: bash

packages/configs/eslint-config-angular/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface AngularConfigExport {
2121
templateAttributeOrder: ConfigObject
2222

2323
/**
24-
* Prettier formatting for Angular templates with Angular parser.
24+
* oxfmt formatting for Angular templates with Angular parser.
2525
*/
2626
templatePrettier: ConfigObject
2727

packages/configs/eslint-config-fsd/tests/shared.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const flatConfig: InfiniteDepthConfigWithExtends[] = [
3131
files: ["**/*.ts"],
3232
rules: {
3333
"import/order": "off",
34-
"prettier/prettier": "off",
3534
"unused-imports/no-unused-imports": "off",
3635
},
3736
settings: {

packages/configs/eslint-config-typescript/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface TypescriptConfigExport {
7575

7676
/**
7777
* Code style rules (imports, formatting, unused code, etc).
78-
* Enforces Prettier, import ordering, and code quality standards.
78+
* Enforces oxfmt, import ordering, and code quality standards.
7979
*/
8080
styleGuide: ConfigObject
8181

packages/configs/eslint-config-typescript/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"eslint-plugin-oxfmt": ">=0.9.0",
5555
"eslint-plugin-perfectionist": ">=4.12.3",
5656
"eslint-plugin-unused-imports": ">=4.1.4",
57-
"prettier": ">=3.5.3",
5857
"typescript": ">=5.7.3",
5958
"typescript-eslint": ">=8.31.1"
6059
}

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)