mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Add eslint exclude for used import
This commit is contained in:
parent
8ab7abdb7b
commit
7cbb0a1e8b
|
@ -39,6 +39,7 @@
|
|||
import { Component, Vue, Prop } from 'vue-property-decorator';
|
||||
import { namespace } from 'vuex-class';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import { formatPercent } from '../../shared/formatters';
|
||||
import { Trade } from '../../store/types';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user