- Updated dependency to ESLint to version 4
- Fixed deprecation warning, using
react/jsx-tag-spacing
instead ofreact/jsx-space-before-closing
- Fixed incorrect repository info in package.json
- Open Source release on GitHub.com
- Compatibility with ESLint 4
Bugfix, eslint-plugin-react peer dependency is necessary
- Updated dependencies to latest minor versions
- Cleaned up deprecation warnings
- Tidied up peer dependencies
- Increased maximum line length from 100 to 120 characters
- Disabled rule that enforces function names
- Updated dependencies to latest and greatest:
Switched rule quotes from double to single quotes.
Removed no-nested-ternary, can't really see what's supposed to be so confusing about those.
Added experimentalObjectRestSpread, which is very useful for concise syntax in Redux code.
Removed no-return-assign – we use return assignment a lot in Mocha tests.
Changed jsx-closing-bracket-location to “after-props”.
Removed jsx-indent-props rule because it's really annoying.
Initial version based on eslint-config-mobile v6.1.0