django-vue3-admin-web/node_modules/eslint/conf/ecma-version.js
2025-10-20 21:21:14 +08:00

17 lines
304 B
JavaScript

/**
* @fileoverview Configuration related to ECMAScript versions
* @author Milos Djermanovic
*/
"use strict";
/**
* The latest ECMAScript version supported by ESLint.
* @type {number} year-based ECMAScript version
*/
const LATEST_ECMA_VERSION = 2026;
module.exports = {
LATEST_ECMA_VERSION,
};