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

Commit c75e616

Browse files
committed
feat(rome_js_analyze): noUnsafeOptionalChain, no-unsafe-optional-chaining #3985
1 parent e88b826 commit c75e616

File tree

18 files changed

+2757
-54
lines changed

18 files changed

+2757
-54
lines changed

crates/rome_diagnostics_categories/src/categories.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ define_dategories! {
9898
"lint/nursery/noUselessRename": "https://docs.rome.tools/lint/rules/noUselessRename",
9999
"lint/nursery/useValidForDirection": "https://docs.rome.tools/lint/rules/useValidForDirection",
100100
"lint/nursery/useHookAtTopLevel": "https://docs.rome.tools/lint/rules/useHookAtTopLevel",
101+
"lint/nursery/noUnsafeOptionalChaining": "https://docs.rome.tools/lint/rules/noUnsafeOptionalChaining",
101102
"lint/nursery/noDuplicateJsxProps": "https://docs.rome.tools/lint/rules/noDuplicateJsxProps",
102103
"lint/nursery/noDuplicateClassMembers": "https://docs.rome.tools/lint/rules/noDuplicateClassMembers",
103104
"lint/nursery/useYield": "https://docs.rome.tools/lint/rules/useYield",

crates/rome_js_analyze/src/analyzers/nursery.rs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)