Skip to content

Commit 40f5965

Browse files
committed
test: enable panic fixture
1 parent aa06dc6 commit 40f5965

4 files changed

Lines changed: 21 additions & 27 deletions

File tree

packages/cli/snap-tests-todo/test-panicked-fix/snap.txt

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

packages/cli/snap-tests-todo/test-panicked-fix/package.json renamed to packages/cli/snap-tests/test-panicked-fix/package.json

File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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)

packages/cli/snap-tests-todo/test-panicked-fix/steps.json renamed to packages/cli/snap-tests/test-panicked-fix/steps.json

File renamed without changes.

0 commit comments

Comments
 (0)