Run eslint src --fix
This commit is contained in:
parent
c6c4bd1e32
commit
25cb0d14f7
82 changed files with 363 additions and 342 deletions
|
@ -1,9 +1,9 @@
|
|||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { IAPIConfiguration } from './IAPIConfiguration';
|
||||
import { IAvailableContainer } from './IAvailableContainer';
|
||||
import { IAvailableSymbol } from './IAvailableSymbol';
|
||||
import { ICategory } from './ICategory';
|
||||
import { IPattern } from './IPattern';
|
||||
import { type IAPIConfiguration } from './IAPIConfiguration';
|
||||
import { type IAvailableContainer } from './IAvailableContainer';
|
||||
import { type IAvailableSymbol } from './IAvailableSymbol';
|
||||
import { type ICategory } from './ICategory';
|
||||
import { type IPattern } from './IPattern';
|
||||
|
||||
/** Model of configuration for the application to configure it */
|
||||
export interface IConfiguration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue