mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
Eslint again
This commit is contained in:
parent
2caa322fee
commit
f5355ba3bc
2 changed files with 2 additions and 2 deletions
2
index.ts
2
index.ts
|
|
@ -3,7 +3,7 @@ import * as yamlCfg from './modules/module.cfg-loader';
|
|||
|
||||
import funimation from './funi';
|
||||
import crunchy from './crunchy';
|
||||
import update from './modules/module.updater'
|
||||
import update from './modules/module.updater';
|
||||
|
||||
(async () => {
|
||||
const cfg = yamlCfg.loadCfg();
|
||||
|
|
|
|||
2
tsc.ts
2
tsc.ts
|
|
@ -14,7 +14,7 @@ const ignore = [
|
|||
'.eslint',
|
||||
].map(a => path.join(__dirname, a));
|
||||
|
||||
export { ignore }
|
||||
export { ignore };
|
||||
|
||||
(async () => {
|
||||
removeSync('lib');
|
||||
|
|
|
|||
Loading…
Reference in a new issue