You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
633 B
14 lines
633 B
6 months ago
|
<component name="InspectionProjectProfileManager">
|
||
|
<profile version="1.0">
|
||
|
<option name="myName" value="Project Default" />
|
||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||
|
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||
|
<option name="ignoredIdentifiers">
|
||
|
<list>
|
||
|
<option value="server.myapp.admin.myapp" />
|
||
|
</list>
|
||
|
</option>
|
||
|
</inspection_tool>
|
||
|
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
|
||
|
</profile>
|
||
|
</component>
|