jshint / fixmyjs

Automatically fix silly lint errors.
http://fixmyjs.com
Other
972 stars 78 forks source link

Unexpected error log `Unexpected token =>` #156

Open brunolnetto opened 1 year ago

brunolnetto commented 1 year ago

Hi,

I use fixmyjs hook to fix my js files (Badum tss). It complains on the following [line]:(https://github.com/trouchet/sappio/blob/0226dab521e1a1b8f28719e4c3e0430eccd4cfeb/src/core/utils/error-handler.js#L64)

File: /code/src/core/utils/error-handler.js Error: Line 64: Unexpected token =>

What do I do wrong? Weird.