]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tests/fixtures/config-initializer/new-es-features/new-es-features.js
bump version to 8.4.0-3
[pve-eslint.git] / eslint / tests / fixtures / config-initializer / new-es-features / new-es-features.js
1 async function fn() {
2 await Promise.resolve();
3 }