Skip to content

Commit

Permalink
Merge branch 'main' into eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 8, 2024
2 parents 7ffa238 + d941000 commit 2ce9fd8
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 2ce9fd8

Please sign in to comment.