mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-23 09:51:50 +01:00
Change linter config to antfu config and lint code
This commit is contained in:
@@ -5,5 +5,5 @@ export const posts = sqliteTable('posts', {
|
||||
slug: text('slug').primaryKey(),
|
||||
likes: integer('likes').default(0),
|
||||
views: integer('views').default(0),
|
||||
createdAt: text('created_at').default(sql`(CURRENT_DATE)`)
|
||||
createdAt: text('created_at').default(sql`(CURRENT_DATE)`),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user