File tree Expand file tree Collapse file tree
snap-tests-todo/test-panicked-fix
snap-tests/test-panicked-fix Expand file tree Collapse file tree Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ > vp lint --help | head -n 20 # print help message and no panicked
2+ Usage: [-c=<./.oxlintrc.json>] [PATH]...
3+
4+ Basic Configuration
5+ -c, --config=<./.oxlintrc.json> Oxlint configuration file
6+ * `.json` and `.jsonc` config files are supported in all runtimes
7+ * JavaScript/TypeScript config files are experimental and require
8+ running via Node.js
9+ * you can use comments in configuration files.
10+ * tries to be compatible with ESLint v8's format
11+ --tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
12+ Oxlint automatically discovers the relevant `tsconfig.json` for each
13+ file. Use this only when your project uses a non-standard tsconfig
14+ name or location.
15+ --init Initialize oxlint configuration with default values
16+
17+ Allowing / Denying Multiple Lints
18+ Accumulate rules and categories from left to right on the command-line.
19+ For example `-D correctness -A no-debugger` or `-A all -D no-debugger`.
20+ The categories are:
21+ * `correctness` - Code that is outright wrong or useless (default)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments