Skip to content

mwakizaka/detect_missing_await

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detect_missing_await

Prerequiste

  • node: 12.13.1
  • npm: 6.12.1

Install

$ npm install

Run eslint

  • for .ts files
$ npx eslint --ext .ts --config .eslintrc.js src
  • for .js files
$ npx eslint --ext .js --config .eslintrc.js src

Compile by TyeScript(maybe there are a lot of errors)

$ npx tsc

About

Examples how to detect missing await keywords with typescript + eslint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published