refactor: ♻️ 🎨 Riformattazione del codice

This commit is contained in:
Maicol Battistini 2021-10-15 16:54:04 +02:00
parent c6ca357af6
commit 2e18a96e5e
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
3 changed files with 3 additions and 8 deletions

View File

@ -6,6 +6,7 @@
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="FORCE_QUOTE_STYlE" value="true" />
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
<option name="USE_EXPLICIT_JS_EXTENSION" value="TRUE" />
<option name="VAR_DECLARATION_WRAP" value="2" />
<option name="IMPORTS_WRAP" value="2" />
</JSCodeStyleSettings>

View File

@ -51,9 +51,7 @@ return [
| These aliases will be added to the Vite configuration and used
| to generate a proper tsconfig.json file.
*/
'aliases' => [
'@' => 'resources',
],
'aliases' => [],
/*
|--------------------------------------------------------------------------

View File

@ -16,11 +16,7 @@
"vite/client"
],
"baseUrl": ".",
"paths": {
"@/*": [
"resources/*"
]
}
"paths": []
},
"include": [
"resources/**/*"