Skip to content

Commit

Permalink
Fix prettier config to be compatible with lower versions of TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 12, 2025
1 parent 57e4d0b commit 78f9c08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prettier.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/**
* @import { Config } from 'prettier'
*/

/**
* @satisfies {Config}
* @satisfies {import("prettier").Config}
*/
const config = {
arrowParens: "avoid",
Expand Down

0 comments on commit 78f9c08

Please sign in to comment.