We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014564 commit 5023734Copy full SHA for 5023734
prettier.config.js
@@ -1,8 +1,8 @@
1
+const baseline = require('@mui/monorepo/prettier.config');
2
+
3
module.exports = {
- printWidth: 100,
- singleQuote: true,
4
- trailingComma: 'all',
5
- plugins: ['prettier-plugin-tailwindcss'],
+ ...baseline,
+ plugins: ['prettier-plugin-tailwindcss'], // TODO move to baseline config
6
tailwindStylesheet: './docs/src/styles.css',
7
overrides: [
8
{
0 commit comments