eslint-plugin-async

> async/await linting rules for ESLint

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-plugin-async
300.1.17 years ago7 years agoMinified + gzip package size for eslint-plugin-async in KB

Readme

eslint-plugin-async
async/await linting rules for ESLint

Install

$ npm install --save-dev eslint-plugin-async

Configuration

Edit your .eslintrc
{
  "plugins": ["async"],
  "rules": {
    "async/missing-await-in-async-fn": 1
  }
}

License

MIT © Vu Tran