Closed
Description
🐛 Bug Report
When using an older version of node you are simply met by Unexpected token {
and nothing else happens. It would be helpful if a node version check is done before execution and preemptively exit with a notice to upgrade node.
Actual Behavior
When using node 8 (for instance), the script aborts with Unexpected token {
.
Expected Behavior
An elegant warning.
Reproduction
- use node 8
- run
npx tslint-to-eslint-config