diff --git a/apps/oxlint/src/snapshots/_fixtures__linter__js_and_jsx.js@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__linter__js_and_jsx.js@oxlint.snap deleted file mode 100644 index dab8f41f46802..0000000000000 --- a/apps/oxlint/src/snapshots/_fixtures__linter__js_and_jsx.js@oxlint.snap +++ /dev/null @@ -1,12 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: fixtures/linter/js_and_jsx.js -working directory: ----------- -Found 0 warnings and 0 errors. -Finished in ms on 0 files with 101 rules using 1 threads. ----------- -CLI result: LintSucceeded ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides@oxlint.snap deleted file mode 100644 index 365aeccec3b2b..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides@oxlint.snap +++ /dev/null @@ -1,36 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config overrides -working directory: fixtures/extends_config ----------- - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/typescript/no-explicit-any.html\typescript-eslint(no-explicit-any)]8;;\: Unexpected any. Specify a different type. - ,-[overrides/test.ts:1:10] - 1 | const x: any = 3; - : ^^^ - `---- - help: Use `unknown` instead, this will force you to explicitly, and safely, assert the type is correct. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/typescript/no-explicit-any.html\typescript-eslint(no-explicit-any)]8;;\: Unexpected any. Specify a different type. - ,-[overrides/test.tsx:1:23] - 1 | function component(): any { - : ^^^ - 2 | return click here; - `---- - help: Use `unknown` instead, this will force you to explicitly, and safely, assert the type is correct. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jsx_a11y/anchor-ambiguous-text.html\eslint-plugin-jsx-a11y(anchor-ambiguous-text)]8;;\: Unexpected ambagious anchor link text. - ,-[overrides/test.tsx:2:10] - 1 | function component(): any { - 2 | return click here; - : ^^^^^^^^^^^^^^^^^ - 3 | } - `---- - -Found 0 warnings and 3 errors. -Finished in ms on 2 files using 1 threads. ----------- -CLI result: LintFoundErrors ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides_same_directory@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides_same_directory@oxlint.snap deleted file mode 100644 index bb87cb63fb0c0..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_--experimental-nested-config overrides_same_directory@oxlint.snap +++ /dev/null @@ -1,20 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config overrides_same_directory -working directory: fixtures/extends_config ----------- - - ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[overrides_same_directory/config/test.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - -Found 1 warning and 0 errors. -Finished in ms on 1 file using 1 threads. ----------- -CLI result: LintSucceeded ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json --experimental-nested-config --config oxlint-no-console.json -A no-console fixtures__nested_config@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json --experimental-nested-config --config oxlint-no-console.json -A no-console fixtures__nested_config@oxlint.snap deleted file mode 100644 index 5729af20ec9f0..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json --experimental-nested-config --config oxlint-no-console.json -A no-console fixtures__nested_config@oxlint.snap +++ /dev/null @@ -1,53 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config --config oxlint-no-console.json -working directory: fixtures/nested_config ----------- - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package1-empty-config/console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package2-no-config/console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package3-deep-config/src/components/component.js:2:3] - 1 | export function Component() { - 2 | console.log("hello"); - : ^^^^^^^^^^^ - 3 | } - `---- - help: Delete this console statement. - -Found 0 warnings and 4 errors. -Finished in ms on 7 files with 97 rules using 1 threads. ----------- -CLI result: LintFoundErrors ----------- - -########## -arguments: --experimental-nested-config --config oxlint-no-console.json -A no-console fixtures/nested_config -working directory: fixtures/nested_config ----------- -Found 0 warnings and 0 errors. -Finished in ms on 0 files with 97 rules using 1 threads. ----------- -CLI result: LintSucceeded ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json@oxlint.snap deleted file mode 100644 index 06d439f0eaf39..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config --config oxlint-no-console.json@oxlint.snap +++ /dev/null @@ -1,43 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config --config oxlint-no-console.json -working directory: fixtures/nested_config ----------- - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package1-empty-config/console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package2-no-config/console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package3-deep-config/src/components/component.js:2:3] - 1 | export function Component() { - 2 | console.log("hello"); - : ^^^^^^^^^^^ - 3 | } - `---- - help: Delete this console statement. - -Found 0 warnings and 4 errors. -Finished in ms on 7 files with 100 rules using 1 threads. ----------- -CLI result: LintFoundErrors ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console --config oxlint-no-console.json@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console --config oxlint-no-console.json@oxlint.snap deleted file mode 100644 index d37e03d3f4cca..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console --config oxlint-no-console.json@oxlint.snap +++ /dev/null @@ -1,12 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config -A no-console --config oxlint-no-console.json -working directory: fixtures/nested_config ----------- -Found 0 warnings and 0 errors. -Finished in ms on 7 files with 99 rules using 1 threads. ----------- -CLI result: LintSucceeded ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console@oxlint.snap deleted file mode 100644 index 6318251e39b54..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config -A no-console@oxlint.snap +++ /dev/null @@ -1,34 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config -A no-console -working directory: fixtures/nested_config ----------- - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - - ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[package1-empty-config/debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[package2-no-config/debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - -Found 1 warning and 2 errors. -Finished in ms on 7 files using 1 threads. ----------- -CLI result: LintFoundErrors ----------- diff --git a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config@oxlint.snap deleted file mode 100644 index 05553e768bf47..0000000000000 --- a/apps/oxlint/src/snapshots/fixtures__nested_config_--experimental-nested-config@oxlint.snap +++ /dev/null @@ -1,57 +0,0 @@ ---- -source: apps/oxlint/src/tester.rs ---- -########## -arguments: --experimental-nested-config -working directory: fixtures/nested_config ----------- - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - - ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[package1-empty-config/debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package2-no-config/console.ts:1:1] - 1 | console.log("test"); - : ^^^^^^^^^^^ - `---- - help: Delete this console statement. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed - ,-[package2-no-config/debugger.js:1:1] - 1 | debugger; - : ^^^^^^^^^ - `---- - help: Delete this code. - - x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. - ,-[package3-deep-config/src/components/component.js:2:3] - 1 | export function Component() { - 2 | console.log("hello"); - : ^^^^^^^^^^^ - 3 | } - `---- - help: Delete this console statement. - -Found 1 warning and 5 errors. -Finished in ms on 7 files using 1 threads. ----------- -CLI result: LintFoundErrors -----------