mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Update eslint related dependencies
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { RepresentationPreference } from './RepresentationPreference';
|
||||
import type { RepresentationPreference } from './RepresentationPreference';
|
||||
|
||||
/**
|
||||
* Contains the preferences of which kind of representation is requested.
|
||||
|
||||
Reference in New Issue
Block a user