Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Conversation

@Andarist
Copy link
Contributor

@Andarist Andarist commented Aug 2, 2017

Ive noticed in the other PR that there was some mismatch between PR code style and the desired style of the repo. This was also a slight problem for me when making changes as there were no linting rules around to help me and I had double check semicolon, quotes style etc - especially as I couldnt focus at one moment and was coming back to work several times when only I had some time.

This should help the situation - I've gone with the pure prettier as its super easy to add for the project and doesnt require too much configuration with its 'take it or leave it' approach.

Note: I would advice to merge this locally and run prettier on the whole project once - both to see the difference and judge if you like it or not and to commit the changes if liked.

},
"main": "main.js",
"bin": "bin/regenerator",
"bin": "bin/regenerator.js",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ive changed it so this file could also be 'caught' by the lint-staged's *.js rule

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants