I have created an update-npm-packages branch where I have updated all the out-dated NPM dependencies.
Also, I have formatted eslintrc.json with Prettier and created a .prettierignore file ignoring the whole codebase.
For ESLint, I had to turn off the indent rule, because otherwise I couldn't build the project when running grunt.
Please, merge this branch into master. I would like to maintain this project.
Otherwise I think I will go on working with my forked repo.
I have created an
update-npm-packages
branch where I have updated all the out-dated NPM dependencies.Also, I have formatted
eslintrc.json
with Prettier and created a.prettierignore
file ignoring the whole codebase. For ESLint, I had to turn off theindent
rule, because otherwise I couldn't build the project when runninggrunt
.Please, merge this branch into master. I would like to maintain this project. Otherwise I think I will go on working with my forked repo.
Thank you.