eslint-plugin-no-floating-promise
Version:
Detects missing await on async function calls
36 lines (35 loc) • 706 B
JSON
{
"name": "eslint-plugin-no-floating-promise",
"version": "2.0.0",
"description": "Detects missing await on async function calls",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"Flow",
"async"
],
"author": "Sebastien Guillemot",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha tests --recursive"
},
"dependencies": {
"requireindex": "1.2.0"
},
"devDependencies": {
"eslint": "~9.0.0",
"mocha": "~8.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SebastienGllmt/eslint-plugin-no-floating-promise.git"
}
}