Fix linting issues

This commit is contained in:
svenadlung 2022-04-27 09:45:23 +02:00
parent a3d9ab93e0
commit 5c1bba6d5b
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ context('/src/Examples/CSSModules/Vue/', () => {
it('should apply a red headline style to h1', () => {
cy.get('.ProseMirror h1').should('exist')
cy.get('.ProseMirror h1').should('have.css', 'color', '#f00');
cy.get('.ProseMirror h1').should('have.css', 'color', '#f00')
})
})

View File

@ -70,7 +70,7 @@
<script>
import { Editor, EditorContent } from '@tiptap/vue-3'
import StarterKit from '@tiptap/starter-kit'
import './index.css';
import './index.css'
export default {
components: {