- 21 Sep, 2018 1 commit
-
-
Joe Haddad authored
-
- 25 Mar, 2018 1 commit
-
-
Ian Sutherland authored
-
- 23 Mar, 2018 1 commit
-
-
Andreas Cederström authored
This reverts commit 1dcb3db3.
-
- 20 Mar, 2018 1 commit
-
-
goncy authored
-
- 22 Jan, 2018 1 commit
-
-
Michaël De Boey authored
-
- 17 Jan, 2018 2 commits
-
-
Sendil Kumar N authored
-
Victor Amupitan authored
* Changes no-unused-expressions lint from warning to error * Update index.js * Update index.js
-
- 15 Jan, 2018 4 commits
-
-
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
-
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
-
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
-
everdimension authored
-
- 08 Jan, 2018 1 commit
-
-
Dan Abramov authored
Fixes #2793
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 02 Aug, 2017 1 commit
-
-
Oskar Köök authored
* Re-enable flowtype warning * Update eslint-plugin-flowtype dependency
-
- 01 Jul, 2017 1 commit
-
-
Kristoffer authored
-
- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 22 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 21 May, 2017 1 commit
-
-
Robert DeLuca authored
Until this issue (https://github.com/gajus/eslint-plugin-flowtype/issues/165) is fixed we're disabling `flowtype/require-valid-file-annotation`.
-
- 19 May, 2017 2 commits
-
-
Dan Abramov authored
-
Tharaka Wijebandara authored
* Add documentation about using code splitting * Revise docs a bit * Update README.md * Update README.md * Update README.md
-
- 16 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Bump dependencies * Bump CSS deps * Somehow I missed dotenv * Bump ESLint deps * Tweak ESLint rules
-
- 15 May, 2017 2 commits
-
-
anraka authored
Removing a stylistic lint rule
-
Almero Steyn authored
* ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules. * Try to fix Lerna * Update README.md * Remove html-has-lang * Update README.md
-
- 14 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Blacklist confusing global variables * Blacklist globals * Fix kitchensink test to lint * Edit the list * Use no-restricted globals for this
-
- 11 May, 2017 1 commit
-
-
Siddharth Doshi authored
-
- 08 May, 2017 1 commit
-
-
Dan Abramov authored
* Revert "Ignore the yarn cache directory (#2063)" This reverts commit 94149c77. * Revert "Forbid using window properties as global variables (#1840)" This reverts commit 5a7d8e89.
-
- 05 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
-
- 19 Apr, 2017 1 commit
-
-
anilreddykatta authored
-
- 09 Mar, 2017 1 commit
-
-
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?
-
- 07 Mar, 2017 1 commit
-
-
Valerii Sorokobatko authored
* mv create-react-app/index.js -> create-react-app/creteReactApp.js * update to modern code style * var -> cosnt * set trailing-coma to es5 for prettier
-
- 05 Mar, 2017 2 commits
-
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Chris Drackett authored
* updating eslint to 3.16.1 * add support for ignoreRestSiblings in eslint http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings * updating eslint to 3.16.1 in `react-scripts` * updating eslint * missing `^` * missing ^ * pinning main eslint and updating readme * Pin ESLint version
-
- 24 Feb, 2017 2 commits
-
-
Tharaka Wijebandara authored
- 05 Dec, 2016 1 commit
-
-
Brian Ng authored
-
- 21 Nov, 2016 1 commit
-
-
Stefan authored
Revert webpack prod config comments to not refer to dev server.
-
- 28 Oct, 2016 1 commit
-
-
- 22 Oct, 2016 1 commit
-
-
Ville Immonen authored
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
-