Add IDEA project configuration

This commit is contained in:
Joe Ma 2022-09-11 19:13:15 +08:00
parent eeffb6c89d
commit d2c49287b6
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
13 changed files with 197 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="ES6MissingAwait" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="true" level="TYPO" enabled_by_default="true">
<option name="processCode" value="false" />
<option name="processLiterals" value="false" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>