Skip to content

Commit c1feec1

Browse files
committed
chore: sync template config files
1 parent 658ea42 commit c1feec1

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.vscodeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.gitignore
2-
.prettierignore
3-
.prettierrc
42
.husky/
53
.github/
64
.vscode/
7-
eslint.config.mjs
85
vitest.config.mjs
96
tests/
107
scripts/

DEVELOPMENT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ Open the project in VS Code and press **F5** to launch the Extension Development
2323
| ---------------------- | ------------------------------------- |
2424
| `npm test` | Run tests (Vitest) |
2525
| `npm run ci` | Run all checks (test + lint + format) |
26-
| `npm run lint` | Lint code (ESLint) |
27-
| `npm run lint:fix` | Lint and auto-fix |
28-
| `npm run format` | Format code with Prettier |
26+
| `npm run lint` | Lint code (oxlint) |
27+
| `npm run format` | Format code (oxfmt) |
2928
| `npm run format:check` | Check code formatting |
3029
| `npm run package` | Package extension as `.vsix` |
3130

0 commit comments

Comments
 (0)