Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.25.0 breaks .svgtofontrc #208

Closed
velezh opened this issue Jun 9, 2023 · 2 comments · May be fixed by LazyCyberSec/zabbix#1, Piyush-Bhor/zabbix#1 or kiran-spikewell/zabbix1#2
Closed

v3.25.0 breaks .svgtofontrc #208

velezh opened this issue Jun 9, 2023 · 2 comments · May be fixed by LazyCyberSec/zabbix#1, Piyush-Bhor/zabbix#1 or kiran-spikewell/zabbix1#2

Comments

@velezh
Copy link

velezh commented Jun 9, 2023

Can't set options through .svgtofontrc on v3.25.0

@jaywcjlove
Copy link
Owner

@velezh Update to v3.25.4 to try.

The configuration will be read from:

// will look for:
// process.cwd() + '.svgtofontrc'
// process.cwd() + '.svgtofontrc.js'
// process.cwd() + '.svgtofontrc.ts'
// process.cwd() + '.svgtofontrc.mjs'
// process.cwd() + '.svgtofontrc.cjs'
// process.cwd() + '.svgtofontrc.json'
// process.cwd() + '.svgtofontrc.json5'
// process.cwd() + '.svgtofontrc.jsonc'
// process.cwd() + '.svgtofontrc.yaml'
// process.cwd() + '.svgtofontrc.yml'
// process.cwd() + '.svgtofontrc.toml'
// process.cwd() + 'svgtofont.config.mjs'
// process.cwd() + 'svgtofont.config.cjs'
// process.cwd() + 'svgtofont.config.js'
// ........

https://github.com/jaywcjlove/auto-config-loader/blob/add7ae012f5c3903296fbf0ef06e3631e379c2cc/core/README.md?plain=1#L106-L135

@velezh
Copy link
Author

velezh commented Jun 10, 2023

@velezh Update to v3.25.4 to try.

Thank you! That's worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants