set up for first use on IntelliJ WebStorm

This commit is contained in:
AmruthPillai
2021-01-23 19:41:11 +05:30
parent b76fa1dcc5
commit 30109ecb1d
7 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<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="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>