Skip to content

Commit

Permalink
Try to fix prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu authored May 30, 2024
1 parent 9337f18 commit 8abd3c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compiler/packages/react-compiler-healthcheck/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export const config = {
knownIncompatibleLibraries: [
"mobx",
"@risingstack/react-easy-state",
],
knownIncompatibleLibraries: ["mobx", "@risingstack/react-easy-state"],
};

0 comments on commit 8abd3c2

Please sign in to comment.