-
Notifications
You must be signed in to change notification settings - Fork 91
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
create a noop preset #113
Comments
this is still not possible, there are still some calls to lowering the priority for now since there are more important bugs to fix. but I would really like to have a noop preset in the future, since this proves that tool is really configurable. (even tho |
Would creating a default preset with options to set to It would be nice to have the option to use esformatter from a noop state, and configure it as needed. Hunting down how some of the different rules interact with each other can be tedious. |
that wouldn't help.. we are planning to kill all the presets besides the default (convert them into plugins). right now even if all settings are |
I'm not going to work on this.. if you don't want the code to change use a different tool, maybe |
Thats fair given the work involved :) |
for future reference: we have a bunch of calls to There is also the |
this preset wouldn't make any changes to the input, that way we can implement style changes that are less obtrusive and don't need to reset all the properties (just inherit from the
noop
preset and override the needed options).this will only be possible after we add support for
-1
to the config options.PS: issue #1 and #84 are blocking this.
The text was updated successfully, but these errors were encountered: