1
0
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:
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="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>

View File

@ -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',
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

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