You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I can see a lot of inconsistencies on code style, it's a minor (but important) thing, we should at least lint app.js for code styles.
Doing that should be fairly simple, just npm init, npm i eslint -D, ./node_modules/.bin/eslint --init (not sure about this one, it's similar), then using a code style (preferably google's) should be good.
Right now I can see a lot of inconsistencies on code style, it's a minor (but important) thing, we should at least lint app.js for code styles.
Doing that should be fairly simple, just
npm init
,npm i eslint -D
,./node_modules/.bin/eslint --init
(not sure about this one, it's similar), then using a code style (preferably google's) should be good.We could add this to .travis as well.
thoughts? @Solomonic @lalita13008
The text was updated successfully, but these errors were encountered: