mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

Home Page:https://mochajs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠 Repo: Bump ESLint config languageOptions.ecmaVersion to >=2020

JoshuaKGoldberg opened this issue · comments

Tooling Suggestion Checklist

Overview

ecmaVersion: 2018,

Mocha supports Node 14. Which, per https://github.com/tsconfig/bases/blob/8fee7129ada13c7c779472ebb29130fa9581cf1c/bases/node14.json, means we can support ES2020 in internal linting. Yay!

Additional Info

Context: #4829 (comment).