diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 20:42:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 20:42:50 -0400 |
| commit | c4c55a93bc6af8b15f45225169758e08ff1b13cd (patch) | |
| tree | bf7e7c4070e462e99bcea327588c323025b6a0bb /.idea/inspectionProfiles | |
| download | sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.gz sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.bz2 sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.zip | |
Initial rewrite
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 |
