Files
handlebars.js/tests/browser/.eslintrc.js
T
Jakob Linskeseder f6ff3bf52b Upgrade to ECMAScript 2020
This is needed in order to use `globalThis`, see #1894.
It also made it possible to remove some old polyfills and fallbacks.
2022-10-29 21:49:15 +02:00

6 lines
67 B
JavaScript

module.exports = {
parserOptions: {
ecmaVersion: 2018
}
};