Skip to content

Commit

Permalink
chore: update markdownlint to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 16, 2024
1 parent 6788873 commit 6f17ed3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions docs/src/extend/scope-manager-interface.md
Expand Up @@ -358,13 +358,13 @@ Those members are defined but not used in ESLint.

| type | node |
|:---------------------------|:-----|
| `"CatchClause"` | `CatchClause`
| `"ClassName"` | `ClassDeclaration` or `ClassExpression`
| `"FunctionName"` | `FunctionDeclaration` or `FunctionExpression`
| `"ImplicitGlobalVariable"` | `Program`
| `"ImportBinding"` | `ImportSpecifier`, `ImportDefaultSpecifier`, or `ImportNamespaceSpecifier`
| `"Parameter"` | `FunctionDeclaration`, `FunctionExpression`, or `ArrowFunctionExpression`
| `"Variable"` | `VariableDeclarator`
| `"CatchClause"` | `CatchClause` |
| `"ClassName"` | `ClassDeclaration` or `ClassExpression` |
| `"FunctionName"` | `FunctionDeclaration` or `FunctionExpression` |
| `"ImplicitGlobalVariable"` | `Program` |
| `"ImportBinding"` | `ImportSpecifier`, `ImportDefaultSpecifier`, or `ImportNamespaceSpecifier` |
| `"Parameter"` | `FunctionDeclaration`, `FunctionExpression`, or `ArrowFunctionExpression` |
| `"Variable"` | `VariableDeclarator` |

#### parent

Expand All @@ -373,13 +373,13 @@ Those members are defined but not used in ESLint.

| type | parent |
|:---------------------------|:-------|
| `"CatchClause"` | `null`
| `"ClassName"` | `null`
| `"FunctionName"` | `null`
| `"ImplicitGlobalVariable"` | `null`
| `"ImportBinding"` | `ImportDeclaration`
| `"Parameter"` | `null`
| `"Variable"` | `VariableDeclaration`
| `"CatchClause"` | `null` |
| `"ClassName"` | `null` |
| `"FunctionName"` | `null` |
| `"ImplicitGlobalVariable"` | `null` |
| `"ImportBinding"` | `ImportDeclaration` |
| `"Parameter"` | `null` |
| `"Variable"` | `VariableDeclaration` |

### Deprecated members

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -135,7 +135,7 @@
"load-perf": "^0.2.0",
"markdown-it": "^12.2.0",
"markdown-it-container": "^3.0.0",
"markdownlint": "^0.32.0",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.38.0",
"marked": "^4.0.8",
"memfs": "^3.0.1",
Expand Down

0 comments on commit 6f17ed3

Please sign in to comment.