diff --git a/projects/pino-logging-gcp-config/.prettierrc.json b/projects/pino-logging-gcp-config/.prettierrc.json deleted file mode 100644 index 883af2b6..00000000 --- a/projects/pino-logging-gcp-config/.prettierrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/prettierrc", - "bracketSpacing": false, - "singleQuote": true, - "trailingComma": "es5", - "arrowParens": "avoid" -} diff --git a/projects/sa-tools/.prettierrc.json b/projects/sa-tools/.prettierrc.json deleted file mode 100644 index 74e4d72b..00000000 --- a/projects/sa-tools/.prettierrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "trailingComma": "es5", - "semi": true, - "singleQuote": true, - "jsxSingleQuote": true, - "bracketSameLine": true, - "arrowParens": "always", - "bracketSpacing": true, - "endOfLine": "auto", - "singleAttributePerLine": true -} diff --git a/projects/sa-tools/common/ui-tests/.prettierrc.json b/projects/sa-tools/common/ui-tests/.prettierrc.json deleted file mode 100644 index f44f7966..00000000 --- a/projects/sa-tools/common/ui-tests/.prettierrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "bracketSpacing": true, - "singleQuote": true, - "trailingComma": "es5", - "arrowParens": "always" -} diff --git a/projects/sa-tools/common/ui/.prettierrc.json b/projects/sa-tools/common/ui/.prettierrc.json deleted file mode 100644 index f44f7966..00000000 --- a/projects/sa-tools/common/ui/.prettierrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "bracketSpacing": true, - "singleQuote": true, - "trailingComma": "es5", - "arrowParens": "always" -}