RafaelKa / node-serialport-enocean-parser

ESP3 parser for nodes serialport
Do What The F*ck You Want To Public License
6 stars 2 forks source link

use eslint to enforce coding style #24

Closed Holger-Will closed 6 years ago

Holger-Will commented 6 years ago

i have added two scripts: lint and lint-autofix

should we use eslint --fix by default?

i would prefer --fix because it requires less work... ("change the code not the coder")

23

Holger-Will commented 6 years ago

I'll merge this, so we have the linter in place. we can decide about the details later.

Holger-Will commented 6 years ago

oh this fixes #28 as well