Skip to content

Commit 5e12e94

Browse files
committed
style: oxfmt formatting and oxlint curly brace fixes
1 parent 537138a commit 5e12e94

17 files changed

Lines changed: 69434 additions & 72140 deletions

.eslintrc.cjs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module.exports = {
2-
root: true,
3-
extends: ['@block65/eslint-config/typescript'],
4-
parserOptions: {
5-
tsconfigRootDir: __dirname,
6-
project: true,
7-
},
2+
root: true,
3+
extends: ["@block65/eslint-config/typescript"],
4+
parserOptions: {
5+
tsconfigRootDir: __dirname,
6+
project: true,
7+
},
88

9-
overrides: [
10-
{
11-
files: ['**/fixtures/**/*.ts'],
12-
rules: {
13-
'max-classes-per-file': 'off',
14-
quotes: 'off',
15-
'@typescript-eslint/no-unused-vars': 'off',
16-
},
17-
},
18-
],
9+
overrides: [
10+
{
11+
files: ["**/fixtures/**/*.ts"],
12+
rules: {
13+
"max-classes-per-file": "off",
14+
quotes: "off",
15+
"@typescript-eslint/no-unused-vars": "off",
16+
},
17+
},
18+
],
1919
};

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 24
2323
registry-url: https://registry.npmjs.org/
24-
cache: 'pnpm'
24+
cache: "pnpm"
2525

2626
- run: make
2727

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit Tests (PR)
22

33
on:
44
pull_request:
5-
branches: ['canary', 'master']
5+
branches: ["canary", "master"]
66

77
jobs:
88
test:
@@ -21,6 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.version }}
24-
cache: 'pnpm'
24+
cache: "pnpm"
2525

2626
- run: make test

.oxfmtrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"$schema": "./node_modules/oxfmt/configuration_schema.json",
33
"useTabs": true,
44
"printWidth": 80,
5-
"ignorePatterns": [
6-
"**/dist",
7-
"**/build",
8-
"**/node_modules",
9-
"**/.claude"
10-
],
5+
"ignorePatterns": ["**/dist", "**/build", "**/node_modules", "**/.claude"],
116
"sortPackageJson": {
127
"sortScripts": true
138
},

__tests__/fixtures/docker.json

Lines changed: 52975 additions & 55748 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)