-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: 🎨 prettier disabled use-tabs config
- Loading branch information
1 parent
cbc2f78
commit ed14bbb
Showing
24 changed files
with
574 additions
and
587 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
module.exports = { | ||
...require('@so1ve/prettier-config'), | ||
semi: false, | ||
singleQuote: true, | ||
endOfLine: 'auto', | ||
...require('@so1ve/prettier-config'), | ||
semi: false, | ||
useTabs: false, | ||
singleQuote: true, | ||
endOfLine: 'auto', | ||
} |
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,24 +1,24 @@ | ||
{ | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
}, | ||
"eslint.experimental.useFlatConfig": true, | ||
"eslint.validate": [ | ||
"javascript", | ||
"typescript", | ||
"javascriptreact", | ||
"typescriptreact", | ||
"vue", | ||
"html", | ||
"markdown", | ||
"json", | ||
"jsonc", | ||
"json5", | ||
"toml", | ||
"yaml", | ||
"svelte", | ||
"github-actions-workflow" | ||
] | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
}, | ||
"eslint.experimental.useFlatConfig": true, | ||
"eslint.validate": [ | ||
"javascript", | ||
"typescript", | ||
"javascriptreact", | ||
"typescriptreact", | ||
"vue", | ||
"html", | ||
"markdown", | ||
"json", | ||
"jsonc", | ||
"json5", | ||
"toml", | ||
"yaml", | ||
"svelte", | ||
"github-actions-workflow" | ||
] | ||
} |
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,9 +1,9 @@ | ||
export default defineAppConfig({ | ||
title: 'Amazing Admin', | ||
theme: { | ||
dark: true, | ||
colors: { | ||
primary: '#ff0000', | ||
}, | ||
}, | ||
title: 'Amazing Admin', | ||
theme: { | ||
dark: true, | ||
colors: { | ||
primary: '#ff0000', | ||
}, | ||
}, | ||
}) |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
extends: ['@commitlint/config-conventional'], | ||
} |
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,8 +1,8 @@ | ||
import { so1ve } from '@so1ve/eslint-config' | ||
|
||
export default so1ve( | ||
{}, | ||
{ | ||
ignores: ['pnpm-lock.yaml'], | ||
}, | ||
{}, | ||
{ | ||
ignores: ['pnpm-lock.yaml'], | ||
}, | ||
) |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export default { | ||
login: 'Login', | ||
title: { | ||
login: 'Login', | ||
register: 'Register', | ||
forgotPassword: 'Forgot Password', | ||
resetPassword: 'Reset Password', | ||
}, | ||
login: 'Login', | ||
title: { | ||
login: 'Login', | ||
register: 'Register', | ||
forgotPassword: 'Forgot Password', | ||
resetPassword: 'Reset Password', | ||
}, | ||
} |
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,55 +1,55 @@ | ||
export default { | ||
action: 'Action', | ||
active: 'Active', | ||
addFor: 'Add {0}', | ||
age: '{0} Years old', | ||
apply: 'Apply', | ||
back: 'Back', | ||
copyright: 'Powered by Touch', | ||
cancel: 'Cancel', | ||
cardFor: '{0} Card', | ||
clear: 'Clear', | ||
code: 'Code', | ||
confirm: 'Confirm', | ||
continue: 'Continue', | ||
create: 'Create', | ||
createdAt: 'Created At', | ||
createdBy: 'Created By', | ||
currency: { | ||
khr: 'KHR', | ||
khrFor: 'KHR {0}', | ||
usd: 'USD', | ||
usdFor: '{0} USD', | ||
}, | ||
delete: 'Delete', | ||
department: 'Department', | ||
description: 'Description', | ||
edit: 'Edit', | ||
error: 'Error', | ||
export: 'Export', | ||
fileUpload: 'File Upload', | ||
filter: 'Filter', | ||
inactive: 'inactive', | ||
listFor: '{0} List', | ||
next: 'Next', | ||
no: 'NO', | ||
ok: 'OK', | ||
previous: 'Previous', | ||
print: 'Print', | ||
profile: 'Profile', | ||
pharmacy: 'Pharmacy', | ||
remark: 'Remark', | ||
reset: 'Reset', | ||
save: 'Save', | ||
search: 'Search', | ||
searchFor: 'Search{0}', | ||
setting: 'Setting', | ||
status: 'Status', | ||
submit: 'Submit', | ||
success: 'Success', | ||
update: 'Update', | ||
updateFor: 'Update {0}', | ||
updatedAt: 'Updated At', | ||
view: 'View', | ||
warning: 'Warning', | ||
action: 'Action', | ||
active: 'Active', | ||
addFor: 'Add {0}', | ||
age: '{0} Years old', | ||
apply: 'Apply', | ||
back: 'Back', | ||
copyright: 'Powered by Touch', | ||
cancel: 'Cancel', | ||
cardFor: '{0} Card', | ||
clear: 'Clear', | ||
code: 'Code', | ||
confirm: 'Confirm', | ||
continue: 'Continue', | ||
create: 'Create', | ||
createdAt: 'Created At', | ||
createdBy: 'Created By', | ||
currency: { | ||
khr: 'KHR', | ||
khrFor: 'KHR {0}', | ||
usd: 'USD', | ||
usdFor: '{0} USD', | ||
}, | ||
delete: 'Delete', | ||
department: 'Department', | ||
description: 'Description', | ||
edit: 'Edit', | ||
error: 'Error', | ||
export: 'Export', | ||
fileUpload: 'File Upload', | ||
filter: 'Filter', | ||
inactive: 'inactive', | ||
listFor: '{0} List', | ||
next: 'Next', | ||
no: 'NO', | ||
ok: 'OK', | ||
previous: 'Previous', | ||
print: 'Print', | ||
profile: 'Profile', | ||
pharmacy: 'Pharmacy', | ||
remark: 'Remark', | ||
reset: 'Reset', | ||
save: 'Save', | ||
search: 'Search', | ||
searchFor: 'Search{0}', | ||
setting: 'Setting', | ||
status: 'Status', | ||
submit: 'Submit', | ||
success: 'Success', | ||
update: 'Update', | ||
updateFor: 'Update {0}', | ||
updatedAt: 'Updated At', | ||
view: 'View', | ||
warning: 'Warning', | ||
} |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export default { | ||
login: 'Login', | ||
title: { | ||
login: 'Login', | ||
register: 'Register', | ||
forgotPassword: 'Forgot Password', | ||
resetPassword: 'Reset Password', | ||
}, | ||
login: 'Login', | ||
title: { | ||
login: 'Login', | ||
register: 'Register', | ||
forgotPassword: 'Forgot Password', | ||
resetPassword: 'Reset Password', | ||
}, | ||
} |
Oops, something went wrong.