UNPKG

eslint-plugin-export-scope

Version:

Don't leak LOCAL utils, states, components into the global scope

8 lines 271 B
"use strict"; module.exports = { parser: "@typescript-eslint/parser", parserOptions: { sourceType: "module" }, plugins: ["export-scope"], rules: { "export-scope/no-imports-outside-export-scope": "error" }, }; //# sourceMappingURL=recommended-legacy.js.map