Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bslint] Create a bslint.json jsonschema #104

Open
bartvandenende-wm opened this issue Apr 23, 2024 · 1 comment
Open

[bslint] Create a bslint.json jsonschema #104

bartvandenende-wm opened this issue Apr 23, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bartvandenende-wm
Copy link

Summary

Create a bslint.json jsonschema

Details

it would be great if bslint.json would have a json schema to improve IDE support (ex. on inline-docs, autocompletion and warnings), for example

{
   "$schema": "https://{som-url}/bslint.schema.json",
  "rules": {},
  "globals": [],
  "ignores": []
}
@TwitchBronBron TwitchBronBron added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 23, 2024
@TwitchBronBron
Copy link
Member

Yeah, this would be great! Pretty sure schemas can be referenced locally too, so it could be bundled with bslint and referenced like:

{
   "$schema": "./node_modules/@rokucommunity/bslint/schema.json",
  "rules": {},
  "globals": [],
  "ignores": []
}

But I'd also be open to embedding it into the vscode extension so all roku devs get it automatically.

Any chance you'd be interested in working on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants