Eslint again

This commit is contained in:
Izuco 2021-11-05 21:38:30 +01:00
parent 2caa322fee
commit f5355ba3bc
No known key found for this signature in database
GPG key ID: 318460063D70949F
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -14,7 +14,7 @@ const ignore = [
'.eslint',
].map(a => path.join(__dirname, a));
export { ignore }
export { ignore };
(async () => {
removeSync('lib');