tomaszs / Hintly

✨ Hinty - AI+ Hints For Your Code In 1 Millisecond. Hinty lets you define intelligent hints that will display in your code in a matter of 1 millisecond. Works for every project
Other
20 stars 1 forks source link

Integration with ESLint (etc.?) #9

Closed tomaszs closed 3 weeks ago

tomaszs commented 4 years ago

There are two possible ways of integration:

1) Assistant gets ESLint messages and shows them to the user as lenses in the place where they occur

Maybe it should be a separate extension?

2) Assistant generates ESLint rules based on his rules. So that rules can be integrated into CI\CD

Or maybe we could go with a method to execute Assistant rules side by side with ESLint, something like ng run assistant ?

tomaszs commented 3 weeks ago

Integration with Ci/CD is no-goal currently because Hinty offers help for developers, it's not specifically and only to lint code. May be reconsidered in the future