Skip to content

Commit e0da1dd

Browse files
maxholmanclaude
andcommitted
chore: drop legacy eslint/prettier configs; restrict PR workflow permissions
- Remove .editorconfig, .eslintignore, .eslintrc.cjs, .prettierignore (lint/format handled by oxlint + oxfmt). - pr.yml: add `permissions: contents: read` for least-privilege. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 63537d3 commit e0da1dd

5 files changed

Lines changed: 3 additions & 44 deletions

File tree

.editorconfig

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

.eslintignore

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

.eslintrc.cjs

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

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: ["canary", "master"]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
test:
912
strategy:

.prettierignore

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

0 commit comments

Comments
 (0)