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

Commit

Permalink
just ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 20, 2023
1 parent d172dac commit a8b520d
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 54 deletions.
10 changes: 5 additions & 5 deletions crates/rome_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ tracing = { workspace = true, features = ["attributes"] }

[features]
schemars = [
"dep:schemars",
"rome_js_analyze/schemars",
"rome_formatter/serde",
"rome_js_factory",
"rome_text_edit/schemars",
"dep:schemars",
"rome_js_analyze/schemars",
"rome_formatter/serde",
"rome_js_factory",
"rome_text_edit/schemars",
]

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ top_level_extraneous_field.json:2:2 deserialize ━━━━━━━━━━
- linter
- formatter
- javascript
- json
- $schema
- organizeImports
- extends
Expand Down
Loading

0 comments on commit a8b520d

Please sign in to comment.