An open API service providing commit metadata for open source projects.

GitHub / pebblecode/javascript / commits

JavaScript Style Guide

SHA Message Author Date Stats
ac1d0c06 [in the wild] add MinnPost Harrison Shoff <h****y@a****m> almost 14 years ago
e6243c95 [naming conventions] saving reference to this, use _this. fixes #32 Harrison Shoff <h****y@a****m> almost 14 years ago
b7250a8b [arrays] direct/push/copy rma4ok <r****k@g****m> almost 14 years ago
d5210145 [in the wild] add shutterfly Harrison Shoff <h****y@a****m> almost 14 years ago
a3086abc [in the wild] Add list of organizations using the style guide or a fork of it Harrison Shoff <h****y@a****m> almost 14 years ago
4ee33f29 Less dogmatic about instance methods returning this. Spike Brehm <s****e@a****m> almost 14 years ago
bde14117 merge Merge pull request #30 from Laboratory/master Harrison Shoff <h****i@h****m> almost 14 years ago
c8cea2eb Optimization Array#join Vitaly <v****n@g****m> almost 14 years ago
6790721a merge Merge pull request #29 from airbnb/enforce-single-quotes Harrison Shoff <h****i@h****m> almost 14 years ago
6eed6bd9 Bump minor version for addition of single quotes setting Ross Allen <r****n@g****m> almost 14 years ago
e6ab9cec Add single quote enforcement setting Ross Allen <r****n@g****m> almost 14 years ago
cfa916e1 Remove unnecessary articles from setting descriptions Ross Allen <r****n@g****m> almost 14 years ago
c3f8a79b merge Merge pull request #26 from jgable/patch-1 Jack Lawson <a****d@g****m> almost 14 years ago
9fd528f7 Fix whitespace one space example Jacob Gable <j****e@g****m> almost 14 years ago
a4115f07 merge Merge pull request #23 from askalot/master Harrison Shoff <h****i@h****m> almost 14 years ago
86cd4a2c Fixed typo -> pased to passed Arunan Skanthan <a****n@g****m> almost 14 years ago
4d9dc6cc [jQuery] label the faster and slower lookup Harrison Shoff <h****y@a****m> almost 14 years ago
9fb45df8 [jQuery] better performance for DOM queries. fixes #22 Harrison Shoff <h****y@a****m> almost 14 years ago
2dadef91 [Type Casting & Coercion] fix typo Harrison Shoff <h****y@a****m> almost 14 years ago
b4cf7232 [Type Casting & Coercion] use parseInt for readability. fixes #18 Harrison Shoff <h****y@a****m> almost 14 years ago
bd6a4076 merge Merge pull request #20 from zealotous/patch-1 Jack Lawson <a****d@g****m> almost 14 years ago
4846215b Update README.md zealotous <z****s@g****m> almost 14 years ago
84fdb981 [whitespace] match good and bad examples Harrison Shoff <h****y@a****m> almost 14 years ago
f473ef00 [whitespace] use indentation for long method chains. fixes #19 Harrison Shoff <h****y@a****m> almost 14 years ago
fadaff70 [Conditionals] improve readability Harrison Shoff <h****y@a****m> almost 14 years ago
48d4f695 merge Merge pull request #17 from ryun/patch-1 Ross Allen <r****s@a****m> almost 14 years ago
7a3062df stray character 'i' Ryun S. <h****h@g****m> almost 14 years ago
d0dac67e merge Merge pull request #16 from pyrotechnick/patch-1 Harrison Shoff <h****i@h****m> almost 14 years ago
f704e679 added "good" private property example Nicholas Kinsey <p****k@g****m> almost 14 years ago
b790fae6 [variables] more generic. fixes #14 Harrison Shoff <h****y@a****m> almost 14 years ago
92fa3c7f [naming conventions] fixes #15 Harrison Shoff <h****y@a****m> almost 14 years ago
4400753a merge Merge pull request #11 from airbnb/sublime-linter-updates Harrison Shoff <h****i@h****m> almost 14 years ago
e34611d5 [accessors] fixes #13 Harrison Shoff <h****y@a****m> almost 14 years ago
1fcf86fd merge Merge pull request #12 from airbnb/node-globals Spike Brehm <s****e@a****m> almost 14 years ago
edcc2c33 Define globals exposed by Node.js Spike Brehm <o****t@g****m> almost 14 years ago
c4ee2eb3 Increment minor version to include 'camelcase' settings and comment updates Ross Allen <r****n@g****m> almost 14 years ago
859164d1 Remove references to third-person 'you', it sounds weird Ross Allen <r****n@g****m> almost 14 years ago
9c4f415c Use the imperative mood in comments, 'Prohibit' instead of 'Prohibits' Ross Allen <r****n@g****m> almost 14 years ago
9ae773e5 Enforce camelCase or UPPER_CASE for all variable names Ross Allen <r****n@g****m> almost 14 years ago
db5cd7c0 Increment fix version for typo update Ross Allen <r****n@g****m> almost 14 years ago
280164a9 Remove extra 'for' in SublimeLinter settings comment Ross Allen <r****n@g****m> almost 14 years ago
80b692dd merge Merge pull request #10 from airbnb/sublime-linter-settings Harrison Shoff <h****i@h****m> almost 14 years ago
46d19c2f Move SublimeLinter settings to a subdirectory of the same name to keep things... Ross Allen <r****n@g****m> almost 14 years ago
14088de5 Add instructions for how to use SublimeLinter settings Ross Allen <r****n@g****m> almost 14 years ago
c202b0cd Prefer /** */ for multi-line comments Ross Allen <r****n@g****m> almost 14 years ago
8eb9087a Add SublimeLinter settings that match the current JS rules in README.md Ross Allen <r****n@g****m> almost 14 years ago
0e558585 Making public Harrison Shoff <h****y@a****m> almost 14 years ago
3c9f112d [contributors] link to contributor graph, remove authors section Harrison Shoff <h****y@a****m> almost 14 years ago
b714fe88 Just don't use reserved words as keys. fixes #6 Harrison Shoff <h****y@a****m> almost 14 years ago
8f0ef5d9 return when it makes sense. fixes #9 Harrison Shoff <h****y@a****m> almost 14 years ago
62205068 Don't use reserved words as property names. If you do, quote them. fixes #6 Harrison Shoff <h****y@a****m> almost 14 years ago
437e33a3 merge Merge branch 'master' of github.com:airbnb/javascript Harrison Shoff <h****y@a****m> almost 14 years ago
ab5910ae braces for mulit-line blocks only. optional for single-line blocks. fixes #3 Harrison Shoff <h****y@a****m> almost 14 years ago
d5a05ef8 merge Merge pull request #7 from airbnb/bang_modules Harrison Shoff <h****i@h****m> almost 14 years ago
7cc3281a capitalizing types that are constructors Spike Brehm <o****t@g****m> almost 14 years ago
8cef7f1e fix the baker link Harrison Shoff <h****y@a****m> almost 14 years ago
b2c7d3d0 don't overwrite the prototype Harrison Shoff <h****y@a****m> almost 14 years ago
c771d4eb Switched modules to bang-style. Matt Baker <m****r@a****m> almost 14 years ago
4c04d5c5 Handlebars broke my brain. Harrison Shoff <h****y@a****m> almost 14 years ago
fef21df0 merge fix conflict Harrison Shoff <h****y@a****m> almost 14 years ago
6a0c83a3 No one's perfect. Harrison Shoff <h****y@a****m> almost 14 years ago
5d582721 merge Merge pull request #2 from airbnb/interpolation-fix Stephen Wyatt Bush <s****t@g****m> almost 14 years ago
ca0f5ff8 Removed reference to interpolation. Matt Baker <m****r@a****m> almost 14 years ago
f08e400a remove invalid interpolation examples Stephen Wyatt Bush <s****h@a****m> almost 14 years ago
cab51034 first pass Harrison Shoff <h****y@a****m> almost 14 years ago
0fcdacc7 Initial commit Harrison Shoff <h****i@h****m> almost 14 years ago

← Back to repository