-
Notifications
You must be signed in to change notification settings - Fork 81
Naming rules
Son Chan Uk edited this page Aug 10, 2017
·
3 revisions
- the name of component uses
lowercase
withegjs-
prefix. - if component names require semantic separation, use
-
. - the repository name should be the same as the component.
egjs-axes
egjs-flicking
egjs-infinitegrid
egjs-jquery-transform
- Use the "@egjs" scoped package.
- the name of npm package uses
lowercase
with@egjs/
prefix. - if component names require semantic separation, use
-
.
@egjs/axes
@egjs/flicking
@egjs/infinitegrid
@egjs/jquery-transform
Follow the Naver Javascript Coding Conventions
The Coding convention is modified version based on Airbnb JavaScript Style Guide.