Skip to content

⬅️ Back to Table of Contents

📄 globs

📊 Analysis Summary

Metric Count
📊 Variables & Constants 5

📚 Table of Contents

🛠️ File Location:

📂 packages/typescript-eslint/src/globs.ts

Variables & Constants

Name Type Kind Value Exported
jsExtensions string[] const ['mjs', 'js', 'cjs', 'jsx']
tsExtensions string[] const ['mts', 'ts', 'cts', 'tsx']
jstsExtensions string[] const [...jsExtensions, ...tsExtensions]
extensions { js: string[]; ts: string[]; jsts: s... const { /** * File extensions (without leading .) for standard JS-based files suppo...
globs { js: string; ts: string; jsts: strin... const { // Note that / is used instead of / in the JSDocs in order to // avoid ...

Generated by Syntax Scribe