Sebastian

Results 68 comments of Sebastian

That link should be to `play.rome.tools` and not `playground.rome.tools`.

Hey! I'm not sure if we're quite ready yet to encourage that sort of adoption and the documentation is still really immature and I can imagine it extremely difficult to...

The `extends` property allows you to specify an array so you can already get the splitting functionality with: ``` { "extends": ["./rome-test.json", "./rome-lint.json"] } ``` I think the natural argument...

I think the lint rule reasoning still applies, it's not clear what properties you actually care about. Maybe it's appropriate here to recommend a suppression. There might be another way...

I could have sworn I created an issue related to this, but I might have just added a TODO to create one... Our current strategy for determining when to escape...

Likely the same issue as #3549.

This has been a much requested feature. @rome/staff How hard would this be to implement?

@SuperchupuDev I'm not sure I know what that means? This issue is for a configuration option that causes semicolons to be omitted when they aren't necessary. Similar to the prettier...

@IanVS Yeah this is good feedback. I think we should likely consider doing this.

Fixed binary reference. I've also added the Open VSX PAT token to the `marketplace` environment so this should just work.