Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 8, 2024
1 parent 46b35ce commit d941000
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
...require('@github/prettier-config'),
}
import githubConfig from "@github/prettier-config"

const config = {
...githubConfig
};

export default config;

0 comments on commit d941000

Please sign in to comment.