mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 09:29:30 +08:00
12 lines
No EOL
455 B
Text
12 lines
No EOL
455 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ESLintScopeVariable = void 0;
|
|
const VariableBase_1 = require("./VariableBase");
|
|
/**
|
|
* ESLint defines global variables using the eslint-scope Variable class
|
|
* This is declared her for consumers to use
|
|
*/
|
|
class ESLintScopeVariable extends VariableBase_1.VariableBase {
|
|
}
|
|
exports.ESLintScopeVariable = ESLintScopeVariable;
|
|
//# sourceMappingURL=ESLintScopeVariable.js.map |