1. 21 May, 2017 1 commit
  2. 19 May, 2017 3 commits
  3. 16 May, 2017 4 commits
  4. 15 May, 2017 2 commits
  5. 14 May, 2017 1 commit
  6. 11 May, 2017 1 commit
  7. 08 May, 2017 1 commit
  8. 05 May, 2017 1 commit
  9. 19 Apr, 2017 1 commit
  10. 09 Mar, 2017 1 commit
    • Ben Alpert's avatar
      Remove 'guard-for-in' lint rule (#1773) · 9c9f8f66
      Ben Alpert authored
      Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
      9c9f8f66
  11. 07 Mar, 2017 1 commit
  12. 06 Mar, 2017 2 commits
  13. 05 Mar, 2017 4 commits
  14. 26 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Published 0.9.1 at 9e2624f3 · f3d8ffff
      Joe Haddad authored
       - babel-preset-react-app@2.1.1
       - create-react-app@1.1.0
       - eslint-config-react-app@0.5.2
       - react-dev-utils@0.5.1
       - react-scripts@0.9.1
      f3d8ffff
  15. 24 Feb, 2017 2 commits
  16. 22 Feb, 2017 1 commit
  17. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Publish · 67e6cf5a
      Joe Haddad authored
       - babel-preset-react-app@2.1.0
       - create-react-app@1.0.4
       - eslint-config-react-app@0.5.1
       - react-dev-utils@0.5.0
       - react-scripts@0.9.0
      67e6cf5a
  18. 07 Dec, 2016 2 commits
  19. 05 Dec, 2016 1 commit
  20. 03 Dec, 2016 1 commit
    • Ville Immonen's avatar
      Publish · 5ee027d6
      Ville Immonen authored
       - babel-preset-react-app@2.0.0
       - create-react-app@0.7.0
       - eslint-config-react-app@0.4.0
       - react-dev-utils@0.4.0
       - react-scripts@0.8.0
      5ee027d6
  21. 21 Nov, 2016 1 commit
  22. 28 Oct, 2016 1 commit
  23. 22 Oct, 2016 3 commits
    • Ville Immonen's avatar
      Publish · a5f760ba
      Ville Immonen authored
       - babel-preset-react-app@1.0.0
       - create-react-app@0.6.0
       - eslint-config-react-app@0.3.0
       - react-dev-utils@0.3.0
       - react-scripts@0.7.0
      a5f760ba
    • Ville Immonen's avatar
      Forbid Webpack loader syntax in imports (#803) · 27500900
      Ville Immonen authored
      Enable no-webpack-loader-syntax rule in eslint-config-react-app.
      27500900
    • Ville Immonen's avatar
      Update dependencies (#945) · d5de99e0
      Ville Immonen authored
      * Update dependencies
      
      * Use published version of eslint-config-react-app for development
      
      We dogfood on our eslint-config-react-app by using it as our ESLint config,
      but installing it from the local folder causes problems when its peerDependencies
      are updated, because npm won't update it unless the version number changes.
      
      Use the published version for dogfooding so it can be installed from npm.
      d5de99e0
  24. 03 Oct, 2016 1 commit
  25. 02 Oct, 2016 1 commit
  26. 01 Oct, 2016 1 commit