diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-04-13 21:00:58 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-04-13 21:00:58 -0400 |
| commit | d8cc690dc0815185c479e688154ad320f689f9a2 (patch) | |
| tree | 7ff998a8a8fa2ad29f41f3b5d0306a96722506a5 /.idea/inspectionProfiles | |
| parent | a2818a9af6d6a8a5a0f530308aff996fb1fb40fa (diff) | |
| download | smart-cooker-d8cc690dc0815185c479e688154ad320f689f9a2.tar.gz smart-cooker-d8cc690dc0815185c479e688154ad320f689f9a2.tar.bz2 smart-cooker-d8cc690dc0815185c479e688154ad320f689f9a2.zip | |
Finally working on the website
Diffstat (limited to '.idea/inspectionProfiles')
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<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" /> + </profile> +</component>
\ No newline at end of file |
