chore: update deps, apply updated eslint ocnfig

This commit is contained in:
2023-10-10 16:43:55 +02:00
parent d430ee54e2
commit c6aab409b8
70 changed files with 3131 additions and 3160 deletions

View File

@@ -5,23 +5,23 @@ import { formatDate } from '@/utils'
const columns: Column[] = [
{
key: 'question',
title: 'Question',
sortable: true,
title: 'Question',
},
{
key: 'answer',
title: 'Answer',
sortable: true,
title: 'Answer',
},
{
key: 'updated',
title: 'Last Updated',
sortable: true,
title: 'Last Updated',
},
{
key: 'grade',
title: 'Grade',
sortable: true,
title: 'Grade',
},
]