aaronjensen / eslintd-fix

Emacs minor-mode to automatically fix javascript with eslint_d.
64 stars 8 forks source link

Display message if eslint_d does not output within `eslintd-fix-timeout-seconds` #20

Closed calbrecht closed 3 years ago

calbrecht commented 3 years ago

For a fix to be easier spotted, if user has an eslint configuration that runs longer than the default two seconds, e.g. with eslint-plugin-tsc enabled.

aaronjensen commented 3 years ago

Thank you!