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

Commit

Permalink
feat(rome_js_analyze): noUnsafeOptionalChain, no-unsafe-optional-chai…
Browse files Browse the repository at this point in the history
…ning #3985
  • Loading branch information
denbezrukov committed Feb 16, 2023
1 parent e88b826 commit c75e616
Show file tree
Hide file tree
Showing 18 changed files with 2,757 additions and 54 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 @@ -98,6 +98,7 @@ define_dategories! {
"lint/nursery/noUselessRename": "https://docs.rome.tools/lint/rules/noUselessRename",
"lint/nursery/useValidForDirection": "https://docs.rome.tools/lint/rules/useValidForDirection",
"lint/nursery/useHookAtTopLevel": "https://docs.rome.tools/lint/rules/useHookAtTopLevel",
"lint/nursery/noUnsafeOptionalChaining": "https://docs.rome.tools/lint/rules/noUnsafeOptionalChaining",
"lint/nursery/noDuplicateJsxProps": "https://docs.rome.tools/lint/rules/noDuplicateJsxProps",
"lint/nursery/noDuplicateClassMembers": "https://docs.rome.tools/lint/rules/noDuplicateClassMembers",
"lint/nursery/useYield": "https://docs.rome.tools/lint/rules/useYield",
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.

Loading

0 comments on commit c75e616

Please sign in to comment.