burnnat / eslint-plugin-extjs

ESLint rules for projects using the ExtJS framework.
MIT License
12 stars 3 forks source link

ExtJS v6 #5

Open niallobrien opened 7 years ago

niallobrien commented 7 years ago

Hi - any plans to update this for ExtJS v6.x? Thanks in advance.

burnnat commented 7 years ago

Sorry, I'm rarely working with ExtJS these days so I don't know enough about the changes in 5.x and 6.x to update it myself. I am happy to accept pull requests though, if you or someone else is so inclined!

niallobrien commented 6 years ago

Hey @burnnat - I'd be happy to contribute - just wondering if you ever ran ESlint in conjunction with Sencha Cmd or did you just run it in a separate process? Thanks in advance.

burnnat commented 6 years ago

No, I always ran ESLint separately, either directly through the command or via editor/IDE integration.

ericpoe commented 5 years ago

A nice thread between @niallobrien and Mitchell Simoens on a way to incorporate ESLint into the build system. https://twitter.com/LikelyMitch/status/900009407685115904

I haven't tried it out yet as I'm just now looking into my options for ESLint in ExtJS 4 and 6.