1.0.5 • Published 1 year ago

eslint-plugin-safeasync v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Getting started

npm install --save-dev eslint-plugin-safeasync

And configure your .eslintrc file accordingly. For example:

{
    "plugins": [
        "safeasync",
    ],
    "rules": {
        "safeasync/no-await-without-trycatch": "warn",
        "safeasync/no-await-without-trycatch-in-callback": "warn",
    }
}
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago