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,7 +1,7 @@
|
||||
import { cva, type VariantProps } from 'class-variance-authority'
|
||||
import TripadvisorIcon from '../Icons/Customised/Socials/Tripadvisor'
|
||||
import styles from './tripAdvisorChip.module.css'
|
||||
import { Typography } from '../Typography'
|
||||
import { cva, type VariantProps } from "class-variance-authority"
|
||||
import TripadvisorIcon from "../Icons/Customised/Socials/Tripadvisor"
|
||||
import styles from "./tripAdvisorChip.module.css"
|
||||
import { Typography } from "../Typography"
|
||||
|
||||
const container = cva(styles.container, {
|
||||
variants: {
|
||||
@@ -11,7 +11,7 @@ const container = cva(styles.container, {
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
size: 'default',
|
||||
size: "default",
|
||||
},
|
||||
})
|
||||
|
||||
@@ -27,8 +27,8 @@ const chip = cva(styles.tripAdvisor, {
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
size: 'default',
|
||||
color: 'default',
|
||||
size: "default",
|
||||
color: "default",
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user