UNPKG

eslint-plugin-export-scope

Version:

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

17 lines (16 loc) 342 B
declare const _default: { parser: string; parserOptions: { sourceType: "module"; }; plugins: string[]; rules: { "export-scope/no-imports-outside-export-scope": "error"; }; ignorePatterns: string[]; overrides: { files: string[]; processor: string; }[]; }; export = _default;