mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded linting rules
This commit is contained in:
parent
7b2bc21b16
commit
cfa3b5de89
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
||||
import express from 'express'
|
||||
import { sendEmail } from '../utils/sendEmail'
|
||||
import { env } from '../env'
|
||||
|
|
|
|||
Loading…
Reference in a new issue