Skip to content

Commit

Permalink
refactor: runned npm format to style the document
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba-machfej committed Jul 27, 2022
1 parent 65cb529 commit b4a951a
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 67 deletions.
10 changes: 5 additions & 5 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# https://github.com/robvanderleek/create-issue-branch#option-2-configure-github-action

# ex: i4-lower_camel_upper
branchName: 'i${issue.number}-${issue.title,}'
branchName: "i${issue.number}-${issue.title,}"
branches:
- label: epic
skip: true
- label: debt
skip: true
- label: epic
skip: true
- label: debt
skip: true
18 changes: 9 additions & 9 deletions .github/workflows/create-branch.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Create Branch from Issue

on:
issues:
types: [assigned]
issues:
types: [assigned]

jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 11 additions & 11 deletions .github/workflows/issue-autolink.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'Issue Autolink'
name: "Issue Autolink"
on:
pull_request:
types: [opened]
pull_request:
types: [opened]

jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
branch-prefix: 'i'
resolve: 'true'
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
branch-prefix: "i"
resolve: "true"
18 changes: 9 additions & 9 deletions .vscode/css.code-snippets
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Region CSS": {
"prefix": "regc",
"body": [
"/* #region /**=========== ${1} =========== */",
"$0",
"/* #endregion /**======== ${1} =========== */"
]
}
}
"Region CSS": {
"prefix": "regc",
"body": [
"/* #region /**=========== ${1} =========== */",
"$0",
"/* #endregion /**======== ${1} =========== */"
]
}
}
16 changes: 8 additions & 8 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"recommendations": [
// Tailwind CSS Intellisense
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"aaron-bond.better-comments"
]
}
"recommendations": [
// Tailwind CSS Intellisense
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"aaron-bond.better-comments"
]
}
18 changes: 9 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"css.validate": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative"
}
"css.validate": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative"
}
18 changes: 9 additions & 9 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./public/*"]
},
"incremental": true
}
}
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./public/*"]
},
"incremental": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
4 changes: 2 additions & 2 deletions public/locales/ar/translation.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"test": "مرحبا"
}
"test": "مرحبا"
}
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"test": "Hello"
}
"test": "Hello"
}
4 changes: 2 additions & 2 deletions public/locales/tr/translation.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"test": "Merhaba"
}
"test": "Merhaba"
}

0 comments on commit b4a951a

Please sign in to comment.