Skip to content

Commit

Permalink
[core] Rely more on baseline prettier config (#1183)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tassinari <[email protected]>
  • Loading branch information
oliviertassinari authored Dec 24, 2024
1 parent e014564 commit 5023734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const baseline = require('@mui/monorepo/prettier.config');

module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
plugins: ['prettier-plugin-tailwindcss'],
...baseline,
plugins: ['prettier-plugin-tailwindcss'], // TODO move to baseline config
tailwindStylesheet: './docs/src/styles.css',
overrides: [
{
Expand Down

0 comments on commit 5023734

Please sign in to comment.