1. 22 Sep, 2016 3 commits
    • Ville Immonen's avatar
      Fix the e2e test (#699) · d3ecd6df
      Ville Immonen authored
      * Fix the e2e test
      
      In the end-to-end test, we want to test all the latest packages from
      the monorepo instead of the versions from npm.
      
      To do this we will now:
      * run `lerna bootstrap` in the repo root folder before packaging react-scripts
      * bundle the deps like we do for releases, so the e2e test uses those packages
      
      * Fix copy-pasted comment
      d3ecd6df
    • Dan Abramov's avatar
      8b8afd31
    • Ville Immonen's avatar
      Update eslint-plugin-react and enable new rules (#696) · 2ed2b59a
      Ville Immonen authored
      * Update eslint-plugin-react and enable new rules
      
      New rules:
      * `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710)
      * `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678)
      * `react/style-prop-object` (yannickcr/eslint-plugin-react#715)
      
      * Remove react/no-find-dom-node for now
      2ed2b59a
  2. 21 Sep, 2016 2 commits
    • Kyle Roach's avatar
      d2128b62
    • Ville Immonen's avatar
      Create a shareable ESLint configuration package (#689) · a2d0469c
      Ville Immonen authored
      * Move ESLint configuration to a separate package
      
      * Remove the ESLint configuration, moved to eslint-config-react-app
      
      * Update ESLint instructions
      
      * Pin the package versions in eslint-config-react-app
      
      * Add a README for eslint-config-react-app
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update package.json
      
      * Update package.json
      
      * Update production eslint-loader config
      
      * Add the ESLint config to devDependencies of the repo
      a2d0469c
  3. 19 Sep, 2016 7 commits
  4. 18 Sep, 2016 17 commits
  5. 17 Sep, 2016 8 commits
  6. 16 Sep, 2016 3 commits