File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.gitignore
2- .prettierignore
3- .prettierrc
42.husky /
53.github /
64.vscode /
7- eslint.config.mjs
85vitest.config.mjs
96tests /
107scripts /
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments