no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-01 11:03:56 +07:00
parent d4ed0f9ebc
commit b770d6f989
24 changed files with 1384 additions and 356 deletions

14
.prettierrc Normal file
View file

@ -0,0 +1,14 @@
{
"extends": ["prettier"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"arrow-body-style": "off",
"prefer-arrow-callback": "off"
}
}