Skip to content

Commit 5023734

Browse files
[core] Rely more on baseline prettier config (#1183)
Signed-off-by: Olivier Tassinari <[email protected]>
1 parent e014564 commit 5023734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prettier.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
const baseline = require('@mui/monorepo/prettier.config');
2+
13
module.exports = {
2-
printWidth: 100,
3-
singleQuote: true,
4-
trailingComma: 'all',
5-
plugins: ['prettier-plugin-tailwindcss'],
4+
...baseline,
5+
plugins: ['prettier-plugin-tailwindcss'], // TODO move to baseline config
66
tailwindStylesheet: './docs/src/styles.css',
77
overrides: [
88
{

0 commit comments

Comments
 (0)