-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(web): update prettier config (#1171)
* update prettier config * format files
- Loading branch information
1 parent
774ea62
commit 6a456f6
Showing
9 changed files
with
73 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Ignore build artifacts and dependencies: | ||
build/ | ||
coverage/ | ||
dist/ | ||
node_modules/ | ||
|
||
# Ignore environment files: | ||
.env | ||
.env* | ||
|
||
# Ignore storybook files: | ||
storybook-static/* | ||
.storybook/public/* | ||
|
||
# Ignore logs and temporary files: | ||
*.log | ||
*.tmp | ||
|
||
# Ignore Playwright test output: | ||
playwright-report/ | ||
playwright/.cache/ | ||
|
||
# Ignore GraphQL files: | ||
src/gql/graphql-client-api.tsx | ||
src/gql/fragmentMatcher.json | ||
src/gql/graphql.schema.json | ||
|
||
# Ignore Amplify files: | ||
amplify/* | ||
|
||
# Ignore i18n files: | ||
src/i18n/translations/* | ||
|
||
# Ignore miscellaneous: | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
"bracketSameLine": true, | ||
"arrowParens": "avoid", | ||
"proseWrap": "preserve" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"esbenp.prettier-vscode" | ||
] | ||
} | ||
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
"[typescriptreact]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,4 +124,4 @@ | |
"resium": "1.17.4", | ||
"ulid": "2.3.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); | ||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap"); | ||
body { | ||
margin: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
margin: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", | ||
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
code { | ||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; | ||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; | ||
} | ||
|
||
.dragLine { | ||
border-bottom: dashed 2px rgba(0, 0, 0, 0.85) !important; | ||
border-bottom: dashed 2px rgba(0, 0, 0, 0.85) !important; | ||
} | ||
|
||
.dragLineColumn { | ||
border-left: dashed 2px rgba(0, 0, 0, 0.85) !important; | ||
border-left: dashed 2px rgba(0, 0, 0, 0.85) !important; | ||
} | ||
|
||
.ant-table-cell{ | ||
word-break: break-all; | ||
.ant-table-cell { | ||
word-break: break-all; | ||
} | ||
|
||
.hide-icon-button { | ||
.ant-btn-compact-last-item{ | ||
visibility: hidden; | ||
} | ||
.ant-btn-compact-last-item { | ||
visibility: hidden; | ||
} | ||
} | ||
.ant-layout-sider-children { | ||
background-color: #fff; | ||
|
||
.ant-layout-sider-children { | ||
background-color: #fff; | ||
} | ||
|
||
.ant-layout-sider-trigger { | ||
background-color: #fff; | ||
color: #002140; | ||
height: auto; | ||
background-color: #fff; | ||
color: #002140; | ||
height: auto; | ||
} | ||
|
||
.ant-input-textarea-show-count::after { | ||
display: none; | ||
display: none; | ||
} | ||
|
||
.ant-input-outlined.ant-input-disabled textarea[disabled] { | ||
color: inherit; | ||
cursor: inherit; | ||
} | ||
color: inherit; | ||
cursor: inherit; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters