Releases: IPWright83/eslint-plugin-async-protect
Releases · IPWright83/eslint-plugin-async-protect
Fix Property Shorthand
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
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
- Updating devDependencies to remove security warnings