Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions packages/cli/snap-tests-todo/test-panicked-fix/snap.txt

This file was deleted.

21 changes: 21 additions & 0 deletions packages/cli/snap-tests/test-panicked-fix/snap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
> vp lint --help | head -n 20 # print help message and no panicked
Usage: [-c=<./.oxlintrc.json>] [PATH]...

Basic Configuration
-c, --config=<./.oxlintrc.json> Oxlint configuration file
* `.json` and `.jsonc` config files are supported in all runtimes
* JavaScript/TypeScript config files are experimental and require
running via Node.js
* you can use comments in configuration files.
* tries to be compatible with ESLint v8's format
--tsconfig=<./tsconfig.json> Override the TypeScript config used for import resolution.
Oxlint automatically discovers the relevant `tsconfig.json` for each
file. Use this only when your project uses a non-standard tsconfig
name or location.
--init Initialize oxlint configuration with default values

Allowing / Denying Multiple Lints
Accumulate rules and categories from left to right on the command-line.
For example `-D correctness -A no-debugger` or `-A all -D no-debugger`.
The categories are:
* `correctness` - Code that is outright wrong or useless (default)
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"ignoredPlatforms": ["win32"],
"commands": ["vp lint --help | head -n 20 # print help message and no panicked"]
}
Loading