Upgrade Prettier from v2.1.2 to v2.2.1

This commit is contained in:
Evan Hahn
2021-04-26 11:38:50 -05:00
committed by Scott Nonnenberg
parent 664865c9f1
commit a5a64f354f
17 changed files with 50 additions and 101 deletions

View File

@@ -16284,7 +16284,7 @@
"rule": "React-useRef",
"path": "ts/components/CompositionInput.tsx",
"line": " const callbacksRef = React.useRef(unstaleCallbacks);",
"lineNumber": 500,
"lineNumber": 501,
"reasonCategory": "usageTrusted",
"updated": "2021-04-21T21:35:38.757Z"
},
@@ -16590,8 +16590,8 @@
{
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " > = React.createRef();",
"lineNumber": 248,
"line": " public reactionsContainerRef: React.RefObject<HTMLDivElement> = React.createRef();",
"lineNumber": 246,
"reasonCategory": "usageTrusted",
"updated": "2021-03-05T19:57:01.431Z",
"reasonDetail": "Used for detecting clicks outside reaction viewer"
@@ -16927,4 +16927,4 @@
"updated": "2021-01-08T15:46:32.143Z",
"reasonDetail": "Doesn't manipulate the DOM. This is just a function."
}
]
]