rokucommunity / bslint

A linter for BrightScript and BrighterScript.
MIT License
28 stars 15 forks source link

Redesign the bslint.json file #116

Open TwitchBronBron opened 1 month ago

TwitchBronBron commented 1 month ago

The bslint.json file is a bit basic. I really like the way eslint json files work, and I think that same style would work well with bslint. Here's an example : https://github.com/rokucommunity/brighterscript/blob/master/.eslintrc.js

Here are some of the features I'd like to see:

This should probably be implemented as part of the v1 rewrite, so the breaking changes land at the same time.