mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Sort node modules to the top of require list
This commit is contained in:
@@ -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 `@`)
|
||||
|
||||
Reference in New Issue
Block a user