mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:33:31 +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',
|
||||
};
|
||||
10
packages/zitadel-prettier-config/package.json
Normal file
10
packages/zitadel-prettier-config/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@zitadel/prettier-config",
|
||||
"version": "0.1.0",
|
||||
"description": "Prettier configuration",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user