pyatyispyatil / flame-chart-js

Extensible component for incredibly fast viewing of flame charts
https://pyatyispyatil.github.io/flame-chart-js/
MIT License
100 stars 23 forks source link

feat(eslint): add more eslint rules #25

Closed Smrtnyk closed 2 years ago

Smrtnyk commented 2 years ago

This adds some more eslint rules. I have tried to add the ones that made sense to me, which can also try to keep code complexity under control. Please let me know if some these rules are not what you want.

pyatyispyatil commented 2 years ago

Nice rules. The code looks a little fresher now.)

Smrtnyk commented 2 years ago

Nice rules. The code looks a little fresher now.)

there are few more typescript related ones that would be cool to add, like no-shadow one But I can make a new pr for that

pyatyispyatil commented 2 years ago

Fixes with the UIPlugin class and other things are better done in another PR, yeah.