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

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Mar 11, 2023
1 parent 5c9b1f0 commit 21a808f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,15 @@ The previous example will enable all rules and disable all rules that belong to

##### Other changes

- Add support to display diagnostics for JSON files
- Add support to format JSON files

### Formatter

- Add support to format JSON files

### Linter

### Parser

- Support for TypeScript 4.7
Expand All @@ -94,9 +101,6 @@ The previous example will enable all rules and disable all rules that belong to
- Add a new option called `requireConfiguration`. Enabling this option will force Rome to require
a configuration file in your workspace/project. If Rome doesn't find a `rome.json` file, it won't
emit diagnostics.
-

### JavaScript APIs


## 11.0.0
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ Here's a sample of the headings:


If you're editing a blank section:
- If your PR is adding a **breaking change**, create a new heading called `#### BREAKING CHANGES` and add
- If your PR adds a **breaking change**, create a new heading called `#### BREAKING CHANGES` and add
bullet point that explains the breaking changes; provide a migration path if possible.
- If your PR is adding a new feature of a fix, create a new heading called `#### Other changes` and
- If your PR adds a new feature of a fix, create a new heading called `#### Other changes` and
add a bullet point that explains the fix or the new feature. Make sure that this new heading
appears after the `#### BREAKING CHANGES` heading.

Expand Down
2 changes: 2 additions & 0 deletions website/src/pages/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Tell Rome in which path to find the configuration file `rome.json`.

> **Warning**: when passing `--config-path`, the auto discovery of the `rome.json` file is disabled.
If Rome doesn't find a `rome.json`, it will abort the operation and exit with and error code.


## Global Options

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/internals/language_support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Rome supports only the official syntax. The team starts development of the new s

## TypeScript support

Rome supports TypeScript version 4.6.
Rome supports TypeScript version 4.7.

Rome can handle programs using decorators but doesn't support formatting or linting decorators.

0 comments on commit 21a808f

Please sign in to comment.