Sort node modules to the top of require list

This commit is contained in:
probablycorey
2013-11-27 13:29:49 -08:00
parent 1b5762274c
commit e15b96691e

View File

@@ -20,8 +20,8 @@
* Commit messages are in the present tense
* Files end with a newline.
* Requires should be in the following order:
* Built in Atom and Atom Shell modules
* Node Modules
* Built in Atom and Atom Shell modules
* Local Modules (using relative links)
* Class variables and methods should be in the following order:
* Class methods (methods starting with a `@`)