others...

This commit is contained in:
Mathis H (Avnyr) 2024-04-24 16:55:37 +02:00
parent 6a54dd0afa
commit 95dd3f36bf
Signed by: Mathis
GPG Key ID: DD9E0666A747D126
3 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,6 @@ PROJECT_NAME=''
MYSQL_HOST=''
MYSQL_PORT=''
MYSQL_USERNAME=''
MYSQL_USER=''
MYSQL_PASS=''
MYSQL_DATABASE=''

View File

@ -3,7 +3,7 @@
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<Languages>
<language minSize="82" name="TypeScript" />
<language minSize="114" name="TypeScript" />
</Languages>
</inspection_tool>
</profile>

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"conventionalCommits.scopes": [
"interfaces",
"routes",
"services",
"controllers"
]
}