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 | |
| 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')
| -rw-r--r-- | .idea/discord.xml | 2 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.idea/discord.xml b/.idea/discord.xml index 30bab2a..d8e9561 100644 --- a/.idea/discord.xml +++ b/.idea/discord.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="DiscordProjectSettings"> - <option name="show" value="ASK" /> + <option name="show" value="PROJECT_FILES" /> <option name="description" value="" /> </component> </project>
\ No newline at end of file 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 |
