Skip to content

Commit

Permalink
Just re-export the prettier config (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jan 4, 2023
1 parent c1a68ab commit 336e517
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const baseline = require('@mui/monorepo/prettier.config');

module.exports = {
...baseline,
overrides: [...baseline.overrides],
};
module.exports = baseline;

0 comments on commit 336e517

Please sign in to comment.