IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

remove yaml-isms from config file format and simplify #85

Closed boneskull closed 4 years ago

boneskull commented 4 years ago

Two things I don't like in the current config format:

  1. The YAML-like "ON"/"OFF"/"YES"/"NO" aliases for boolean values
  2. Weird array-abusing tuple-like configuration syntax used by Babel, Gatsby, ESLint. It may be commonly used, but there has to be a better way.

Fix this en route to #47 .

boneskull commented 4 years ago

closed by #88