chadxz / imap-simple

Wrapper over node-imap, providing a simpler api for common use cases
MIT License
243 stars 80 forks source link

Migrate to eslint, plus changes to make eslint stop bitching #102

Closed trasherdk closed 3 years ago

trasherdk commented 3 years ago

Enable package-lock.json

eslint: Install latest version 7.27.0

format: reduce indent to 2 spaces

.gitignore: Adding dotenv

Remove obsolete use strict

editorconfig: reduce indent to 2 space

lib/imapSimple.js: var to const or let

eslint: Stop whining like a bitch

testserver: wrap listen in a try/catch to reject on error

test: move require to top

deps: add dotenv

deps: bump non-dev dependencies "iconv-lite": "^0.6.3", "imap": "^0.8.19", "nodeify": "^1.0.1", "quoted-printable": "^1.0.1", "utf8": "^3.0.0", "uuencode": "0.0.4"