Skip to content

Commit

Permalink
fix: wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
xboy2012 committed Mar 8, 2022
1 parent d45e3bd commit d373584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/parser/src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ function parseForESLint(
analyzeOptions.jsxFragmentName,
);
}
if (compilerOptions.emitDecoratorMetadata === true) {
emitDecoratorMetadata = true;
}
}
if (compilerOptions.emitDecoratorMetadata === true) {
emitDecoratorMetadata = true;
}
}

Expand Down

0 comments on commit d373584

Please sign in to comment.