git.fiddlerwoaroof.com
Browse code

chore(prettier): formatting

Edward Langley authored on 26/03/2022 07:23:54
Showing 3 changed files
... ...
@@ -42,7 +42,7 @@
42 42
   },
43 43
   "prettier": {
44 44
     "trailingComma": "es5",
45
-    "jsxBracketSameLine": true,
45
+    "bracketSameLine": true,
46 46
     "arrowParens": "avoid"
47 47
   }
48 48
 }
... ...
@@ -1,6 +1,4 @@
1 1
 {
2 2
   "presets": ["@babel/env", "@babel/preset-react"],
3
-  "plugins": [
4
-    "@babel/plugin-transform-react-jsx"
5
-  ]
3
+  "plugins": ["@babel/plugin-transform-react-jsx"]
6 4
 }
... ...
@@ -38,8 +38,7 @@ const Editable = gf
38 38
             value={value}
39 39
             id={htmlFor}
40 40
             name={htmlFor}
41
-            onChange={onChange}
42
-          ></input>
41
+            onChange={onChange}></input>
43 42
         </>
44 43
       );
45 44
     }