UNPKG

eslint-plugin-no-async-without-await

Version:
11 lines (9 loc) 175 B
'use strict'; module.exports = { rules: { 'no-async-without-await': require('./no-async-without-await'), }, rulesConfig: { 'no-async-without-await': 0, }, };