RafaelKa / node-serialport-enocean-parser

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

switch to standard js linting #34

Closed Holger-Will closed 5 years ago

Holger-Will commented 5 years ago

use standard.js instead of eslint

Holger-Will commented 5 years ago

standard --fix does not work recursively. you have to specify a filename to auto-fix

standard --fix bla.js

so install standard globaly npm i -g standard and use it directly for dev work.