See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| "parser": "babel-eslint", | |
| "settings": { | |
| "react": { | |
| "version": "detect" // detect react version | |
| } | |
| }, | |
| "env": { | |
| "browser": true, | |
| "es6": true, | 
| $(function () { | |
| "use strict"; | |
| // for better performance - to avoid searching in DOM | |
| var content = $('#content'); | |
| var input = $('#input'); | |
| var status = $('#status'); | |
| // my color assigned by the server | |
| var myColor = false; |