refactor: Update eslint related dependencies

This commit is contained in:
Joachim Van Herwegen
2020-09-17 10:18:37 +02:00
parent c150da337e
commit 9657fbafb1
120 changed files with 916 additions and 605 deletions

View File

@@ -1,5 +1,5 @@
import { Readable } from 'stream';
import { RepresentationMetadata } from './RepresentationMetadata';
import type { Readable } from 'stream';
import type { RepresentationMetadata } from './RepresentationMetadata';
/**
* A representation of a resource.

View File

@@ -1,4 +1,4 @@
import { RepresentationPreference } from './RepresentationPreference';
import type { RepresentationPreference } from './RepresentationPreference';
/**
* Contains the preferences of which kind of representation is requested.