-
Notifications
You must be signed in to change notification settings - Fork 0
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
Features to implement in core #1
Comments
As for tests, I love mocha and chai. Also istanbul/NYC for code coverage. |
@andrewda Have you tried Edit: it also has an option builtin for code coverage. |
@PlasmaPower haven't used it but works for me! |
I was about to suggest |
And jest is all included : $ jest --coverage |
Agreed, As far as contributing to this, should we contribute to the |
Do we want to use some style guide like standard.js, Airbnb, etc.? Better to decide early. |
@Redmega If you think the change might be controversial, open a PR, but if it's something simple or something that has already been agreed in an issue then I think it should be fine to commit directly to the branch. |
I personnaly use XO |
@andrewda I prefer Airbnb personally, but I'm open to a vote if someone compiles a list of presets to vote on |
I'd say neither. Use Edit: Just checked out |
Lets try the new TJ things. click on an option to vote To add an option : [![](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BM9R8F6XQC1PN67RE2QV54EZ/**OPTION**)](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BM9R8F6XQC1PN67RE2QV54EZ/**OPTION**/vote) |
@Swizz that's actually awesome! Airbnb and |
As soon as I saw "new TJ thing" I knew it would be awesome 😄 |
I'm not a fan of relying on code formatters personally - I'd much rather use ESLint to ensure that the code is kept consistent ( |
Yeah that's the idea, that prettier and eslint can be used together to enforce during coding and format after coding. What I usually do is have prettier run on filesave and have eslint police me during the coding. |
We could use Husky to ensure the use of prettier before commit. |
@Redmega @Swizz I think we could use |
Add all the @Chaosthebot members into the loop |
As per Chaosthebot/Chaos#565, the general consensus seems to be to use Node.js for the core, so I've started to add to branch
v2-pre-democracy
with an initial base to work from.Features to implement
@Chaosthebot/js-wizards
The text was updated successfully, but these errors were encountered: