⬅️ Back to Table of Contents
📄 options
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
4 |
| 📊 Variables & Constants |
3 |
📚 Table of Contents
🛠️ File Location:
📂 packages/website/src/components/options.ts
📦 Imports
| Name |
Source |
ConfigFileType |
./types |
ConfigModel |
./types |
ConfigShowAst |
./types |
toJson |
./lib/json |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
detailTabs |
{ label: string; value: ConfigShowAst... |
const |
[ { label: 'Errors', value: false }, { label: 'ESTree', value: 'es' }, { labe... |
✓ |
fileTypes |
ConfigFileType[] |
const |
[ '.ts', '.tsx', '.js', '.jsx', '.d.ts', '.cjs', '.mjs', '.cts', '.mts', ] |
✓ |
defaultConfig |
ConfigModel |
const |
{ code: '', eslintrc: toJson({ rules: {}, }), fileType: '.tsx', scroll: true,... |
✓ |
Generated by Syntax Scribe