Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 25, 2022
1 parent 12a515a commit 6366190
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 21 deletions.
1 change: 1 addition & 0 deletions crates/rome_diagnostics_categories/src/categories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ define_dategories! {
"lint/nursery/noUndeclaredVariables": "https://rome.tools/docs/lint/rules/noUndeclaredVariables",
"lint/nursery/noUnreachable": "https://rome.tools/docs/lint/rules/noUnreachable",
"lint/nursery/noUnusedVariables": "https://rome.tools/docs/lint/rules/noUnusedVariables",
"lint/nursery/useValidForDirection": "https://rome.tools/docs/lint/rules/useValidForDirection",
;

// General categories
Expand Down
3 changes: 2 additions & 1 deletion crates/rome_js_analyze/src/analyzers/nursery.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/rome_service/src/configuration/linter/rules.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion editors/vscode/configuration_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,16 @@
"type": "null"
}
]
},
"useValidForDirection": {
"anyOf": [
{
"$ref": "#/definitions/RuleConfiguration"
},
{
"type": "null"
}
]
}
}
},
Expand Down Expand Up @@ -958,7 +968,8 @@
"type": "string",
"enum": [
"all",
"es5"
"es5",
"none"
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion npm/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions website/src/docs/lint/rules/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/src/docs/lint/rules/useBlankTarget.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions website/src/docs/lint/rules/useKeyWithClickEvents.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6366190

Please sign in to comment.