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
ref: Removes unused eslint rule (via yarn fix)
  • Loading branch information
JPeer264 committed Feb 10, 2026
commit 483b707379dd6964f198e759e67955daf1bed42f
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class SentryScenarioGenerationPlugin {

compiler.hooks.normalModuleFactory.tap(this._name, factory => {
factory.hooks.parser.for('javascript/auto').tap(this._name, parser => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
parser.hooks.import.tap(
this._name,
(statement: { specifiers: [{ imported: { name: string } }] }, source: string) => {
Expand Down
Loading