⬅️ Back to Table of Contents
📄 linter/config
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
2 |
| 📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/website/src/components/linter/config.ts
📦 Imports
| Name |
Source |
ParseSettings |
@typescript-eslint/typescript-estree/use-at-your-own-risk |
FlatConfig |
@typescript-eslint/utils/ts-eslint |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
defaultParseSettings |
ParseSettings |
const |
{ allowInvalidAST: false, code: '', codeFullText: '', comment: true, comments... |
✓ |
defaultEslintLanguageConfig |
FlatConfig.LanguageOptions |
const |
{ parserOptions: { ecmaFeatures: { globalReturn: false, jsx: true, }, ecmaVer... |
✓ |
Generated by Syntax Scribe