adds code formatting to contributing guidelines (#6119)

This commit is contained in:
Andres Galante
2019-10-09 15:03:46 -03:00
committed by Diamond Lewis
parent f7b498eaf6
commit 6af7b6aaa3

View File

@@ -29,7 +29,7 @@ Once you have babel running in watch mode, you can start making changes to parse
### Good to know:
* The lib/ folder is not commited, so never make changes in there.
* The `lib/` folder is not commited, so never make changes in there.
* Always make changes to files in the `src/` folder.
* All the tests should point to sources in the `lib/` folder.