Fix linting

merge-requests/17/head
Hiroyuki 2021-03-05 21:52:09 -04:00
parent e89b8bc087
commit cf6b17bffa
No known key found for this signature in database
GPG Key ID: C15AC26538975A24
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* eslint-disable no-constant-condition */
import { promises as fs, accessSync, constants, writeFileSync } from 'fs';
import { promisify } from 'util';
import { join } from 'path'
import { join } from 'path';
import { gzip, gzipSync, unzip } from 'zlib';
type JSONData = [{ key: string, value: any }?];

View File

@ -9,7 +9,7 @@ export { default as Motion, MotionInterface } from './Motion';
export { default as NNTrainingData, NNTrainingDataInterface } from './NNTrainingData';
export { default as Note, NoteInterface } from './Note';
export { default as PagerNumber, PagerNumberInterface, PagerNumberRaw } from './PagerNumber';
export { default as Proclamation, ProclamationInterface } from './Proclamation'
export { default as Proclamation, ProclamationInterface } from './Proclamation';
export { default as Promo, PromoInterface } from './Promo';
export { default as Rank, RankInterface } from './Rank';
export { default as Redirect, RedirectInterface, RedirectRaw } from './Redirect';