β¬ οΈ Back to Table of Contents
π website-eslint/src¶
π Analysis Summary¶
| Metric | Count |
|---|---|
| π§ Functions | 2 |
| π¦ Imports | 9 |
| π Variables & Constants | 1 |
π Table of Contents¶
π οΈ File Location:¶
π packages/website-eslint/src/index.js
π¦ Imports¶
| Name | Source |
|---|---|
js |
@eslint/js |
rawPlugin |
@typescript-eslint/eslint-plugin/use-at-your-own-risk/raw-plugin |
analyze |
@typescript-eslint/scope-manager |
astConverter |
@typescript-eslint/typescript-estree/use-at-your-own-risk |
getScriptKind |
@typescript-eslint/typescript-estree/use-at-your-own-risk |
visitorKeys |
@typescript-eslint/visitor-keys |
Linter |
eslint |
builtinRules |
eslint/use-at-your-own-risk |
esquery |
esquery |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
configs |
Record<string, unknown> |
let/var | {} |
β |
Functions¶
stripParser(config: Record<string, any>): Record<string, any>¶
Parameters:
configRecord<string, any>
Returns: Record<string, any>
Code
stripParserFromConfig(config: Record<string, any> | Record<string, anβ¦): unknown¶
Parameters:
configRecord<string, any> | Record<string, any>[]
Returns: unknown
Generated by Syntax Scribe