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

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 26, 2023
1 parent c9139e9 commit 56aceea
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 32 deletions.
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.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ invalid.js:1:1 lint/nursery/noVoid ━━━━━━━━━━━━━━━
2 │ function f() {
3 │ return void 0;
i If you use void to alter the return type of a function or return `undefined`, use the global `undefined` instead.
```

Expand All @@ -40,6 +42,8 @@ invalid.js:3:9 lint/nursery/noVoid ━━━━━━━━━━━━━━━
4 │ }
5 │ var foo = void 0;
i If you use void to alter the return type of a function or return `undefined`, use the global `undefined` instead.
```

Expand All @@ -55,6 +59,8 @@ invalid.js:5:11 lint/nursery/noVoid ━━━━━━━━━━━━━━
6 │ void(0);
7 │
i If you use void to alter the return type of a function or return `undefined`, use the global `undefined` instead.
```

Expand All @@ -69,6 +75,8 @@ invalid.js:6:1 lint/nursery/noVoid ━━━━━━━━━━━━━━━
│ ^^^^^^^
7 │
i If you use void to alter the return type of a function or return `undefined`, use the global `undefined` instead.
```

Expand Down
77 changes: 47 additions & 30 deletions 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.

5 changes: 5 additions & 0 deletions npm/backend-jsonrpc/src/workspace.ts

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/components/generated/NumberOfRules.astro

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

0 comments on commit 56aceea

Please sign in to comment.