esnext.js 86 B

1234567
  1. 'use strict';
  2. module.exports = {
  3. parserOptions: {
  4. ecmaVersion: '2018',
  5. },
  6. };