Skip to content

Commit

Permalink
馃┕ fix(patch): support eslint@9
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Jun 30, 2024
1 parent ba3e629 commit adf6251
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sources/@roots/bud-eslint/src/extension/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
} from '@roots/bud-framework/extension/decorators'
import Value from '@roots/bud-support/value'
import Plugin from 'eslint-webpack-plugin'
import filterUndefined from '@roots/bud-support/filter-undefined'

/**
* Eslint configuration
Expand Down Expand Up @@ -77,11 +76,6 @@ class BudEslint extends BudEslintPublicApi implements Api {
this.setOverrideConfig(await config.module())
}
}

@bind
public override async configAfter() {
this.setOptions(filterUndefined(this.options))
}
}

export {type Api, BudEslint, type BudEslintPublicApi, type Options}

0 comments on commit adf6251

Please sign in to comment.