-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature request: Allow passing a config
setting in the scripts file
#103
Comments
I'd actually like to have a similiar feature but in reverse. Since deno already lookup automatically for |
Hey @saadq and @lowlighter, thanks for your proposals 🙂 As for the unified config file: that's a nice idea. Here are a couple of thoughts:
PS Apologies for the late response |
Thanks for the reply, I missed that other issue. Closing in favor of #95 |
Deno now supports passing a
--config
flag to its CLI for customizing the builtin compiler/linter/formatter with a configuration file: https://deno.land/[email protected]/getting_started/configuration_file. I tried looking through theDenoCliOptions
, but it doesn't seem like this is currently supported.To use this, currently I have a config file:
deno.json
velociraptor.yaml
It would be nice if we could specify our config file the same way we could specify files for
lock
/imap
/envFile
. Perhaps something like:velociraptor.yaml
The text was updated successfully, but these errors were encountered: