abelljs/abell

ESLint plugin for abell

pantharshit00 opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
ESLint is the most popular javascript linter. Since abell is executing a lot of javascript in the .abell files, it would be awesome if you can allow eslint to be used with abell

This might also allow for a good linting solution for abell altogether

Describe the solution you'd like
Make a eslint-plugin-abell which allows usage of abell files with eslint.

This will need a bit more exploration of eslint and we can see if that can even achieve this or not.

Are you saying that it should just parse the Javascript inside the template tags from an Abell template? That is possible with an ESLint processor, an example of which you can view here.

This looks super useful! Thank you for sharing @shadowtime2000 🎉

Oo nice @shadowtime2000 , I will definitely look into this when I will get some time :)