Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { LogoProps } from '../icon'
|
||||
import type { LogoProps } from "../icon"
|
||||
|
||||
export default function DowntownCamperIcon({
|
||||
className = '',
|
||||
'aria-label': ariaLabel,
|
||||
className = "",
|
||||
"aria-label": ariaLabel,
|
||||
height = 30,
|
||||
width = 123,
|
||||
...props
|
||||
@@ -16,7 +16,7 @@ export default function DowntownCamperIcon({
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
aria-label={ariaLabel ?? 'Downtown Camper'}
|
||||
aria-label={ariaLabel ?? "Downtown Camper"}
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user