Shopify / erb-lint

Lint your ERB or HTML files
MIT License
592 stars 113 forks source link

add cache option to config file #351

Open domingo2000 opened 1 month ago

domingo2000 commented 1 month ago

Solves #309

Added the cache options to the configuration file as requested in that issue.

  1. If given no configuration of cache in file nor in command line options behave as actual implementation
  2. If given configuration in the file the cache options are set, but can be overrided if given in the CLI command line options

So this is usefull to not have to put the command line options all the time when running the command.