Skip to content

Commit

Permalink
Clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Mar 18, 2018
1 parent 65f777b commit 749cc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Our open source community strives to be nice, welcoming and professional. Instan
## Style

* Hyperapp is written in ES3. Please don't create an issue asking us to rewrite it in ES6 or TypeScript.
* We use [Prettier](https://github.com/prettier/prettier) to format the code. If you don't have Prettier installed in your code editor or IDE, you can use `npm run format` before adding a commit.
* We use [Prettier](https://github.com/prettier/prettier) to format the code. If you don't have Prettier installed in your code editor or IDE, you can use `npm run format` before submitting a pull request.
* We prefer keeping all the moving parts inside as few files as possible. There are no plans to break up the library into smaller modules.

## Bugs
Expand Down

0 comments on commit 749cc0d

Please sign in to comment.