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

Commit

Permalink
chore: just codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley committed Jan 9, 2023
1 parent 50c6577 commit 120d959
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 67 deletions.
2 changes: 1 addition & 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.

86 changes: 20 additions & 66 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.

4 changes: 4 additions & 0 deletions website/src/pages/lint/rules/noPrototypeBuiltins.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ var valid = Object.prototype.isPrototypeOf.call(foo, bar);
var valid = {}.propertyIsEnumerable.call(foo, "bar");
```

## Related links

- [Disable a rule](/linter/#disable-a-lint-rule)
- [Rule options](/linter/#rule-options)

0 comments on commit 120d959

Please sign in to comment.