Skip to content
sindresorhus edited this page Feb 17, 2013 · 7 revisions

Aura Coding Standards are reflective and little different to other open source JS projects such as Node, Underscore, Backbone.

Unless otherwise noted, the zen of it is alterations to the code should be consistent with the current project. The project itself has few specifics, but here are a few:

To get a general idea of current practices, idiotmatic.js is a good reference. When in doubt, you are free to open an issue and ask.

Linting

You can view the current JSHint configuration in the .jshintrc file.