An atom client for the Hinoki - Brightscript language server.
This package requires the atom-ide-ui package. It exposes APIs needed to consume diagnostic information reported by the language server.
Linting is managed by Wist. As a result you can manage linting rules by providing a .wistrc.json
.
{
"rules": {
"no-stop": ["error"],
"no-print": ["warn"]
}
}
More information about rules you can enable/disable are available here
Contributions and suggestions are more than welcome. Please see our Code of Conduct as well as our Contributing Guidelines for more information.