chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:33:39 +02:00
parent a8781724d4
commit 71ea41695f
209 changed files with 4093 additions and 4114 deletions

View File

@ -1,7 +1,7 @@
import { mount } from 'cypress/react'
import { mount } from "cypress/react"
import './commands'
import '../../styles/global.css'
import "./commands"
import "../../styles/global.css"
declare global {
namespace Cypress {
@ -11,4 +11,4 @@ declare global {
}
}
Cypress.Commands.add('mount', mount)
Cypress.Commands.add("mount", mount)