diff options
author | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-09 13:14:57 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-09 13:14:57 +0300 |
commit | aa01e258948a13abafa7c441a7b82e5c2fb676b9 (patch) | |
tree | b12c66b01786823671118be8f660c9fb1562abf4 /.idea/misc.xml | |
parent | 977992eb70a0ca3b702e116b628d37ac75e667d1 (diff) | |
download | which-api-aa01e258948a13abafa7c441a7b82e5c2fb676b9.tar.gz |
feat: create user service
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptSettings"> + <option name="languageLevel" value="ES6" /> + </component> +</project>
\ No newline at end of file |