chore: update webstorm settings
This commit is contained in:
parent
b32c565f94
commit
b8176e0d5c
4 changed files with 24 additions and 1 deletions
|
@ -53,11 +53,13 @@
|
|||
</Markdown>
|
||||
<TypeScriptCodeStyleSettings version="0">
|
||||
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
||||
<option name="USE_PUBLIC_MODIFIER" value="true" />
|
||||
<option name="USE_DOUBLE_QUOTES" value="false" />
|
||||
<option name="FORCE_QUOTE_STYlE" value="true" />
|
||||
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
||||
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
||||
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
||||
<option name="IMPORT_SORT_MODULE_NAME" value="true" />
|
||||
</TypeScriptCodeStyleSettings>
|
||||
<codeStyleSettings language="CSS">
|
||||
<indentOptions>
|
||||
|
|
13
.idea/inspectionProfiles/profiles_settings.xml
Normal file
13
.idea/inspectionProfiles/profiles_settings.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<list size="7">
|
||||
<item index="0" class="java.lang.String" itemvalue="INFORMATION" />
|
||||
<item index="1" class="java.lang.String" itemvalue="TYPO" />
|
||||
<item index="2" class="java.lang.String" itemvalue="SERVER PROBLEM" />
|
||||
<item index="3" class="java.lang.String" itemvalue="WEAK WARNING" />
|
||||
<item index="4" class="java.lang.String" itemvalue="INFO" />
|
||||
<item index="5" class="java.lang.String" itemvalue="WARNING" />
|
||||
<item index="6" class="java.lang.String" itemvalue="ERROR" />
|
||||
</list>
|
||||
</settings>
|
||||
</component>
|
6
.idea/jsLibraryMappings.xml
Normal file
6
.idea/jsLibraryMappings.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<includedPredefinedLibrary name="Node.js Core" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"composite": true,
|
||||
"downlevelIteration": true,
|
||||
"importHelpers": true,
|
||||
|
@ -84,4 +86,4 @@
|
|||
"include": [
|
||||
"src/**/*.ts",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue