Skip to content

Releases: IPWright83/eslint-plugin-async-protect

Fix Property Shorthand

06 Jun 19:13
Compare
Choose a tag to compare

Fixes an issue when property shorthand notation caused in incorrect detection in a non-async function. For example:

const myFuncAsync = async function() {};
return { myFuncAsync }; // previously this error'd

Angular callback support

06 Jun 18:57
2eaee9f
Compare
Choose a tag to compare

This release prevents warnings when implementing Angular callbacks. This list of supported callback names are:

  • ngOnChanges
  • ngOnInit
  • ngDoCheck
  • ngAfterContentInit
  • ngAfterContentChecked
  • ngAfterViewInit
  • ngAfterViewChecked
  • ngOnDestroy

v1.1.1

06 Jun 18:49
c87df83
Compare
Choose a tag to compare
  • Updating devDependencies to remove security warnings