Ok you need to merge this manually since my class change went through is it ok?
I've set it up using default eslint settings, only exception is unused variables, I turned that rule off for now thinking we can cleanup the code later. In VSCode the setting Is automatically picked, lets see if we can make it happened your editor too,
npm run lint runs the tests, npm run lint:fix fixes the ones that can be automatically fixed. Then we can add the check to Travis + you can also make pre commit hook that either checks or auto format fit lint:fix depending on how you wanna work.
Ok you need to merge this manually since my class change went through is it ok?
I've set it up using default eslint settings, only exception is unused variables, I turned that rule off for now thinking we can cleanup the code later. In VSCode the setting Is automatically picked, lets see if we can make it happened your editor too,
npm run lint
runs the tests,npm run lint:fix
fixes the ones that can be automatically fixed. Then we can add the check to Travis + you can also make pre commit hook that either checks or auto format fit lint:fix depending on how you wanna work.