-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap to standard linting #13
Comments
FYI: This one is problematic, I've tried to fulfill an issue topic with current |
Yep, I am aware of that issue, somewhat annoying 🙁 The solution is to either add |
As you wish. The other option is somehow doomed. Done! |
Swap to standard based linter. Closes #13
Re: behaviorbot/welcome#8 updating to standard linting, which means: in the package.json changing:
sentiment-bot/package.json
Line 8 in 3b0aff3
to
mocha && standard
and removing the unnecssary dependecnies here:sentiment-bot/package.json
Lines 26 to 35 in 3b0aff3
xo
and the eslint one). Then installing standard withnpm install --save-dev standard
and then runningstandard --fix
to lint all things standard.You will probably also need to add to the
package.json
this:so that our tests can operate without linting errors.
Then run
npm test
to make sure everything works! Let me know if you have any questions.The text was updated successfully, but these errors were encountered: