chore(backend): Resolve import/no-default-export
rule violations (#11732)
* Disable `import/no-default-export` properly * Disable `import/no-default-export`
This commit is contained in:
parent
792622aead
commit
dd1783f984
359 changed files with 359 additions and 701 deletions
|
@ -53,9 +53,8 @@ export const paramDef = {
|
|||
required: ['antennaId'],
|
||||
} as const;
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
@Injectable()
|
||||
export default class extends Endpoint<typeof meta, typeof paramDef> {
|
||||
export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-disable-line import/no-default-export
|
||||
constructor(
|
||||
@Inject(DI.redis)
|
||||
private redisClient: Redis.Redis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue