Skip to content
Merged
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
3 changes: 0 additions & 3 deletions apps/oxlint/conformance/src/groups/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ const group: TestGroup = {
},

shouldSkipTest(ruleName: string, test: TestCase, code: string, err: Error): boolean {
// We cannot support custom parsers
if (err.message === "Custom parsers are not supported") return true;

// Skip test cases which start with `/* global */`, `/* globals */`, `/* exported */`, or `/* eslint */` comments.
// Oxlint does not support defining globals inline.
// `RuleTester` does not support enabling other rules beyond the rule under test.
Expand Down
Loading