diff --git a/front/MyINPulse-front/.prettierrc b/front/MyINPulse-front/.prettierrc new file mode 100644 index 0000000..18a9a8a --- /dev/null +++ b/front/MyINPulse-front/.prettierrc @@ -0,0 +1,7 @@ +{ + "useTabs":false, + "semi":true, + "trailingComma":"es5", + "arrowParens":"always", + "tabWidth":4 +} \ No newline at end of file