Skip to content

Commit 2d0ae78

Browse files
committed
chore: drop unused tooling and lint exceptions
Removes the leftover prettier config and ambient declaration (oxfmt has been the formatter since the prior switch), drops the @ts-morph/common devDep that nothing imports, points the make pretty target at oxlint instead of the missing eslint binary, and drops the unicorn nested-ternary rule now that the codebase uses iife blocks for branching instead.
1 parent 0fc4aee commit 2d0ae78

6 files changed

Lines changed: 1 addition & 14 deletions

File tree

.oxlintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"rules": {
1111
"typescript/no-non-null-assertion": "error",
1212
"no-nested-ternary": "error",
13-
"unicorn/no-nested-ternary": "error",
1413
"import/no-named-as-default": "error",
1514
"max-lines-per-function": "off",
1615
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ docker: __tests__/fixtures/docker.json
6464

6565
.PHONY: pretty
6666
pretty: node_modules
67-
pnpm exec eslint --fix . || true
67+
pnpm exec oxlint --fix . || true
6868
pnpm exec oxfmt --write .

lib/prettier.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"devDependencies": {
3232
"@block65/custom-error": "^14.0.0",
3333
"@block65/rest-client": "^12.1.1",
34-
"@ts-morph/common": "^0.29.0",
3534
"@tsconfig/node24": "^24.0.4",
3635
"@tsconfig/strictest": "^2.0.8",
3736
"@types/node": "^25.6.0",

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.

prettier.config.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)