1. 15 Jan, 2018 4 commits
    • Siddharth Doshi's avatar
      Add restricted globals package (#2286) · c36d1a00
      Siddharth Doshi authored
      * Add restricted globals package
      
      * Use new package in eslint-config
      
      * Add eslint-restricted-globals dependency
      
      * Fixes
      
      * Update dependencies
      
      * Update test and README
      
      * Use jest
      
      * tweaks
      
      * Add lint/test to CI
      
      * Fix lint
      c36d1a00
    • Chris Laughlin's avatar
      Enable `getter-return` rule as a warning (#3723) · f6c37300
      Chris Laughlin authored
      * Updating ESlint to ^4.15.0 and adding new rules to config
      
      * remoning style rule and auto fixing breakages from new rules
      
      * Removing implicit-arrow-linebreak style rule
      
      * adding new rule to eslint config project
      
      * updating react scripts eslint version
      
      * Pinning version.
      
      * Changing getter-return to warn
      
      * Update package.json
      
      * Update .eslintrc
      f6c37300
    • Dan Abramov's avatar
      Bump eslint-plugin-jsx-a11y version (#2690) · bf02edbe
      Dan Abramov authored
      * Bump eslint-plugin-jsx-a11y
      
      * Update index.js
      
      * Update index.js
      
      * Update package.json
      
      * Don't use links for non-linky things
      bf02edbe
    • everdimension's avatar
      Redisable require.ensure() (#3121) · 813584ff
      everdimension authored
      813584ff
  2. 08 Jan, 2018 1 commit
  3. 26 Sep, 2017 1 commit
  4. 02 Aug, 2017 1 commit
  5. 01 Jul, 2017 1 commit
  6. 28 Jun, 2017 1 commit
  7. 22 May, 2017 1 commit
  8. 21 May, 2017 1 commit
  9. 19 May, 2017 2 commits
  10. 16 May, 2017 3 commits
  11. 15 May, 2017 2 commits
  12. 14 May, 2017 1 commit
  13. 11 May, 2017 1 commit
  14. 08 May, 2017 1 commit
  15. 05 May, 2017 1 commit
  16. 19 Apr, 2017 1 commit
  17. 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
  18. 07 Mar, 2017 1 commit
  19. 05 Mar, 2017 2 commits
  20. 24 Feb, 2017 2 commits
  21. 05 Dec, 2016 1 commit
  22. 21 Nov, 2016 1 commit
  23. 28 Oct, 2016 1 commit
  24. 22 Oct, 2016 1 commit
  25. 03 Oct, 2016 1 commit
  26. 01 Oct, 2016 1 commit
  27. 30 Sep, 2016 1 commit
  28. 22 Sep, 2016 1 commit
    • 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
  29. 21 Sep, 2016 1 commit
    • 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
  30. 19 Sep, 2016 1 commit
  31. 17 Sep, 2016 1 commit