mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-21 14:00:53 +01:00
refactor: ♻️ 🎨 Riformattazione del codice
This commit is contained in:
parent
c6ca357af6
commit
2e18a96e5e
1
.idea/codeStyles/Project.xml
generated
1
.idea/codeStyles/Project.xml
generated
@ -6,6 +6,7 @@
|
|||||||
<option name="USE_DOUBLE_QUOTES" value="false" />
|
<option name="USE_DOUBLE_QUOTES" value="false" />
|
||||||
<option name="FORCE_QUOTE_STYlE" value="true" />
|
<option name="FORCE_QUOTE_STYlE" value="true" />
|
||||||
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
||||||
|
<option name="USE_EXPLICIT_JS_EXTENSION" value="TRUE" />
|
||||||
<option name="VAR_DECLARATION_WRAP" value="2" />
|
<option name="VAR_DECLARATION_WRAP" value="2" />
|
||||||
<option name="IMPORTS_WRAP" value="2" />
|
<option name="IMPORTS_WRAP" value="2" />
|
||||||
</JSCodeStyleSettings>
|
</JSCodeStyleSettings>
|
||||||
|
@ -51,9 +51,7 @@ return [
|
|||||||
| These aliases will be added to the Vite configuration and used
|
| These aliases will be added to the Vite configuration and used
|
||||||
| to generate a proper tsconfig.json file.
|
| to generate a proper tsconfig.json file.
|
||||||
*/
|
*/
|
||||||
'aliases' => [
|
'aliases' => [],
|
||||||
'@' => 'resources',
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -16,11 +16,7 @@
|
|||||||
"vite/client"
|
"vite/client"
|
||||||
],
|
],
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": []
|
||||||
"@/*": [
|
|
||||||
"resources/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"resources/**/*"
|
"resources/**/*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user