mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
formatting
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
build/
|
build/
|
||||||
.prettierrc
|
.prettierrc
|
||||||
|
.yarn/
|
||||||
@@ -2,4 +2,5 @@ node_modules/
|
|||||||
build/
|
build/
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.eslintrc.js
|
.eslintrc.js
|
||||||
|
.yarn/
|
||||||
env.d.ts
|
env.d.ts
|
||||||
|
|||||||
4
interface/.prettierignore
Normal file
4
interface/.prettierignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
node_modules/
|
||||||
|
build/
|
||||||
|
.prettierrc
|
||||||
|
.yarn/
|
||||||
8
interface/.prettierrc
Normal file
8
interface/.prettierrc
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"trailingComma": "none",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": true,
|
||||||
|
"printWidth": 120,
|
||||||
|
"bracketSpacing": true
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"adapter": "react",
|
"adapter": "react",
|
||||||
"baseLocale": "pl",
|
"baseLocale": "pl",
|
||||||
"$schema": "https://unpkg.com/typesafe-i18n@5.24.1/schema/typesafe-i18n.json"
|
"$schema": "https://unpkg.com/typesafe-i18n@5.24.1/schema/typesafe-i18n.json"
|
||||||
}
|
}
|
||||||
@@ -103,10 +103,12 @@ const SignIn: FC = () => {
|
|||||||
>
|
>
|
||||||
<Typography variant="h4">{PROJECT_NAME}</Typography>
|
<Typography variant="h4">{PROJECT_NAME}</Typography>
|
||||||
<Box
|
<Box
|
||||||
|
mt={2}
|
||||||
|
mb={2}
|
||||||
sx={{
|
sx={{
|
||||||
'& button, & a, & .MuiCard-root': {
|
'& button, & a, & .MuiCard-root': {
|
||||||
mt: 0.5,
|
mt: 1,
|
||||||
mx: 0.5
|
mx: 1
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user