aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.46k stars 403 forks source link

lint: custom lint rules #2347

Open justinmk3 opened 2 years ago

justinmk3 commented 2 years ago
JadenSimon commented 2 years ago

https://github.com/aws/aws-toolkit-vscode/pull/1859 has the skeleton for custom linting rules Right now writing your own rules is kind of tough since you need to know a lot about the Typescript AST (or ES AST), though I'm sure we can write some easy abstractions for our use-cases.