ptarmiganlabs/butler-sos

Fix linting issues

Closed this issue · 0 comments

As of 9.5.3:

~/code/butler-sos$ npm run lint

> butler-sos@9.5.3 lint
> npx eslint src/**/*.js


/home/goran/code/butler-sos/src/lib/post-to-influxdb.js
  100:25  error  Promise executor functions should not be async  no-async-promise-executor
  145:25  error  Promise executor functions should not be async  no-async-promise-executor
  194:25  error  Promise executor functions should not be async  no-async-promise-executor

✖ 3 problems (3 errors, 0 warnings)

~/code/butler-sos$