Closed xiio closed 8 years ago
Could you please run ./node_modules/.bin/jake lint
and make sure there are no code style issues? Your code heavily mixes tabs, spaces, camel case and snake case which makes everything rather hard to read.
Also, just for future reference, do never develop your features on the develop
branch, but work in your own branch. That way, it is easier for you to keep up with changes to develop
that may happen in the meantime - for example with the eslintrc-changes I just made to make it compatible with eslint 2.4.0...
When i ran eslint (2.4.0) i got a lot of errors. Should i use specific version of eslint? Sorry for inconvenient, but i'm quite novince with github repos contribution and jake and eslint.
Should i create new pull request from my new feature branch?
New feature allowing moving tabs between groups using drag&drop method