mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-08 19:13:11 -04:00
9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
...require("eslint-scope"),
|
|
Definition: require("eslint-scope/lib/definition").Definition,
|
|
PatternVisitor: require("eslint-scope/lib/pattern-visitor"),
|
|
Referencer: require("eslint-scope/lib/referencer"),
|
|
};
|