Skip to content

The official Addepar code styleguides

Notifications You must be signed in to change notification settings

Addepar/styleguides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addepar Styleguides

Welcome to Addepar's official code styleguides! These code styles are the defaults for Addepar projects, and in general should be followed for consistency. Individual projects may choose to modify these rules, but should try to stay as close to the guide as possible to make switching between different scopes easier overall.

Styleguides

New Projects

This repo includes packages that contain configs for the linting tools we use to enforce these standards. You can install them manually, or you can use one of our automated workflows to speed up the process.

Ember

Install the Ember-Toolbox and it will bootstrap your app or addon with all of the frontend linting and formatting configurations:

  ember install @addepar/ember-toolbox

Editor Integration

Linting and formatting tools can be integrated with your editor to quickly update your code and give you feedback as you are typing. It's recommended that you install all of the editor integrations below for your editor of choice: