UNPKG

eslint-plugin-export-scope

Version:

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

8 lines 264 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.js.map