mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
eslint фикс
This commit is contained in:
parent
bfccc5aac2
commit
d7bcaf8c2e
8 changed files with 24 additions and 24 deletions
|
@ -5,7 +5,7 @@ const config = () => {
|
|||
if (!fs.existsSync('../config.yaml')) return;
|
||||
|
||||
return yaml.parse(fs.readFileSync('../config.yaml', 'utf-8'));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
module.exports = config;
|
Loading…
Add table
Reference in a new issue