eslint фикс

This commit is contained in:
Данил 2024-08-14 21:20:08 +03:00
parent bfccc5aac2
commit d7bcaf8c2e
8 changed files with 24 additions and 24 deletions

View file

@ -5,7 +5,7 @@ const config = () => {
if (!fs.existsSync('../config.yaml')) return;
return yaml.parse(fs.readFileSync('../config.yaml', 'utf-8'));
}
};
module.exports = config;