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
Linting is a good thing. Bunyan should be doing that. I've been using javascriptlint in a lot of work projects, but a friend has had good luck with eslint. Let's try that. If that is working well, we might just replace current jsstyle usage with that.
get starter eslint config from josh and a 'make check-eslint' in place
separate lint and style config files and check those separately: make check-eslint-lint and make check-eslint-style
refine the config files to a style I like (hopefully quite similar to what josh has already
hook it in to make check
The text was updated successfully, but these errors were encountered:
Linting is a good thing. Bunyan should be doing that. I've been using javascriptlint in a lot of work projects, but a friend has had good luck with eslint. Let's try that. If that is working well, we might just replace current jsstyle usage with that.
make check-eslint-lint
andmake check-eslint-style
make check
The text was updated successfully, but these errors were encountered: