refactor: update Prettier printWidth to 100 (#2684)

This commit is contained in:
Abhineet Jain
2022-06-27 10:53:44 -04:00
committed by GitHub
parent 09722ae1ef
commit 82938944e7
108 changed files with 786 additions and 232 deletions

View File

@ -11,7 +11,9 @@ namespace Helpers {
export const requiredValidationMsg = "required"
export const Component: FC<Omit<FormTextFieldProps<FormValues>, "form" | "formFieldName">> = (props) => {
export const Component: FC<Omit<FormTextFieldProps<FormValues>, "form" | "formFieldName">> = (
props,
) => {
const form = useFormik<FormValues>({
initialValues: {
name: "",