Shannon McKinney

Results 2 comments of Shannon McKinney

Am I understanding correctly that this is the same thing you're talking about? Where, given this configuration: ```js import { defineConfig } from 'eslint/config'; // test export default defineConfig([ {...

> But what about the require-await in https://eslint.org/docs/latest/rules/require-await? Doesn't it provide this functionality already? No, that eslint rule only warns when an `async` function has no `await` expression. It's not...