mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:42:17 +00:00
chore: move app code into src dir
This commit is contained in:
10
packages/zitadel-prettier-config/index.js
Normal file
10
packages/zitadel-prettier-config/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
trailingComma: 'all',
|
||||
bracketSpacing: true,
|
||||
arrowParens: 'always',
|
||||
};
|
||||
Reference in New Issue
Block a user