MUI-React-Vorlage hinzufügen

This commit is contained in:
2025-07-01 19:05:55 +02:00
parent a69339427a
commit 6bb1758040
249 changed files with 16040 additions and 982 deletions

View File

@@ -0,0 +1,15 @@
/**
* @type {import("prettier").Config}
* Need to restart IDE when changing configuration
* Open the command palette (Ctrl + Shift + P) and execute the command > Reload Window.
*/
const config = {
semi: true,
tabWidth: 2,
endOfLine: 'lf',
printWidth: 100,
singleQuote: true,
trailingComma: 'es5',
};
export default config;