UNPKG

eslint-plugin-import-x

Version:
9 lines 307 B
export function sourceType(context) { if ('sourceType' in context.parserOptions) { return context.parserOptions.sourceType; } if ('languageOptions' in context && context.languageOptions) { return context.languageOptions.sourceType; } } //# sourceMappingURL=source-type.js.map