- Change repo origin on npm.
- Readme point out that ESLint is to replace JSHint.
- Readme rephrase use 4 spaces for a tab, fix #4.
- Readme rephrase use semicolon, fix #4.
- Readme allow function expression without space before (), fix #3.
- Eslint allow values to be aligned in object properties declaration.
- Jscs not require space after keyword function.
- Upgrade eslint.
- Add links to eslint in README.
- Upgrade eslint to v4.5.0 and eslint-plugin-react to v7.3.0.
- Allow usage of console, fix #2.
- Upgrade eslint to v4.1.1 and eslint-plugin-react to v7.1.0 and jshint to v2.9.5.
- Convert .jscsrc rules to .eslintrc.json.
- Remove iojs from travis.
- Add eslint as test with .eslintrc.json and passes test.
- Add identifier naming.
- Function parameters should be separated by ", ".
- Object keys should be a single line or each key on a separate line.
- Assignments separated by newline.
- Require non empty blocks to begin and end with a newline.
- Disallow padding newlines within block.
- Disallow newline before block statements.
- Disallow multiline strings separated with backslash.
- Require a comma before a linebreak.
- Disallow keywords on own line following a closing brace.
- Code examples on block.
- Use disallowTabs instead of disallowMixedSpacesAndTabs.
- Added rule on block statements with curly braces.
- Added rule no use of with.
- Added rule on whitespace code formatting.
- Added rule on multiline.
- Added npm version badge.
- First development version, setting the baseline for the project.