mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
style: improve linting of imports
A new plugin is used that offers autofixing capabilities.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
5126356c94
commit
48740e5cba
@@ -1,10 +1,10 @@
|
||||
import { Conditions } from './Conditions';
|
||||
import { matchingMediaType } from '../util/Util';
|
||||
import { PassthroughStore } from './PassthroughStore';
|
||||
import { Representation } from '../ldp/representation/Representation';
|
||||
import { RepresentationConverter } from './conversion/RepresentationConverter';
|
||||
import { RepresentationPreferences } from '../ldp/representation/RepresentationPreferences';
|
||||
import { ResourceIdentifier } from '../ldp/representation/ResourceIdentifier';
|
||||
import { matchingMediaType } from '../util/Util';
|
||||
import { Conditions } from './Conditions';
|
||||
import { RepresentationConverter } from './conversion/RepresentationConverter';
|
||||
import { PassthroughStore } from './PassthroughStore';
|
||||
import { ResourceStore } from './ResourceStore';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user