Eslint rule prefer asyc await over then.
Source: https://www.npmjs.com/package/eslint-plugin-promise
(Check if the rule was added to eslint core) https://github.com/eslint/eslint/pull/11033 1- Install https://www.npmjs.com/package/eslint-plugin-promise 2- Active rule: "promise/prefer-await-to-then": "error"