eslint-plugin-no-async-without-await
Version:
Enforce that async functions use await
28 lines (27 loc) • 610 B
JSON
{
"name": "eslint-plugin-no-async-without-await",
"version": "1.2.0",
"description": "Enforce that async functions use await",
"keywords": [
"async",
"async/await",
"await",
"eslint",
"eslint-plugin",
"eslintplugin"
],
"license": "MIT",
"files": [
"*.js"
],
"author": "Andres Suarez <zertosh@gmail.com>",
"repository": "zertosh/eslint-plugin-no-async-without-await",
"scripts": {
"test": "find test -name '*-test.js' -print0 | xargs -n 1 -0 node"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1"
}
}