As discussed in the following pull request, we should consider making the presets config an array, so people can combine different presets: - #129 **Example:** ```json { "presets": ["laravel", "iso4217", "iso3166"], // ... } ```
As discussed in the following pull request, we should consider making the presets config an array, so people can combine different presets:
Example:
{ "presets": ["laravel", "iso4217", "iso3166"], // ... }