Ocelot-Social/backend/src/db/migrations/1613589876420-null_mutation.ts
Ulf Gebhardt d6cb9b51c3
feat(backend): lint rules (#8339)
* eslint import

* eslint comments

* eslint security

* eslint import - rules

* eslint n

* eslint promise

* eslint no-catch-all

* eslint jest

* missing ignore

* disable import/unambiguous as conflicting
2025-04-07 10:53:44 +00:00

10 lines
105 B
TypeScript

'use strict'
export async function up(next) {
next()
}
export async function down(next) {
next()
}