Skip to content

Commit

Permalink
feat: support overrides in buildFromOxlintConfig(File)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 28, 2024
1 parent 7f90cb7 commit eed1f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build-from-oxlint-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const handleOverridesScope = (

const rules = readRulesFromConfig(override);
if (rules !== undefined) {
// ToDo -- when off, we should enable the default settings
handleRulesScope(rules, eslintRules);
}

Expand Down

0 comments on commit eed1f88

Please sign in to comment.