- 17 Nov, 2017 1 commit
-
-
Misha Khokhlov authored
This fixes the broken link to removed `href-no-hash.md` file, that is no longer available in the [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) plugin (since [6.0.0](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/a14617528cda23c6c88902ace1d083e4e13ac271/CHANGELOG.md))
-
- 27 Sep, 2017 1 commit
-
-
Joe Haddad authored
- babel-preset-react-app@3.0.3 - create-react-app@1.4.1 - eslint-config-react-app@2.0.1 - react-dev-utils@4.1.0 - react-error-overlay@2.0.2 - react-scripts@1.0.14
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 06 Sep, 2017 1 commit
-
-
Jon Crenshaw authored
The `npm install` script for outside usage instructions is outdated. Updated to match the package's current peer dependencies.
-
- 09 Aug, 2017 2 commits
-
-
Joe Haddad authored
- babel-preset-react-app@3.0.2 - create-react-app@1.4.0 - eslint-config-react-app@2.0.0 - react-dev-utils@3.1.0 - react-error-overlay@1.0.10 - react-scripts@1.0.11
-
Joe Haddad authored
* Bump deps * Fix linter errors * Whoops * Try to bump webpack * Update peer deps to min for eslint 4.x
-
- 02 Aug, 2017 1 commit
-
-
Oskar Köök authored
* Re-enable flowtype warning * Update eslint-plugin-flowtype dependency
-
- 07 Jul, 2017 1 commit
-
-
Đinh Quang Trung authored
* Update eslint-loader 1.7.1 -> 1.9.0 * Add eslintPath option * Update eslint 3.19.0 -> 4.1.1 * Update peer dependencies * Move eslintPath config to outside @remove-on-eject
-
- 01 Jul, 2017 1 commit
-
-
Kristoffer authored
-
- 28 Jun, 2017 2 commits
-
-
Dan Abramov authored
- babel-preset-react-app@3.0.1 - create-react-app@1.3.2 - eslint-config-react-app@1.0.5 - react-dev-utils@3.0.1 - react-error-overlay@1.0.8 - react-scripts@1.0.8
-
Dan Abramov authored
-
- 24 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.4 - react-dev-utils@2.0.1 - react-error-overlay@1.0.6 - react-scripts@1.0.6
-
Iain Beeston authored
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of d70ac7d7975819e7a52b85465ec67a0d93eb962a
-
- 22 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.3 - react-dev-utils@2.0.0 - react-error-overlay@1.0.5 - react-scripts@1.0.5
-
Dan Abramov authored
-
- 21 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.2 - react-dev-utils@1.0.3 - react-error-overlay@1.0.3 - react-scripts@1.0.3
-
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 3 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.1 - react-dev-utils@1.0.1 - react-error-overlay@1.0.1 - react-scripts@1.0.1
-
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 4 commits
-
-
Dan Abramov authored
-
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
-
- 06 Mar, 2017 2 commits
-
-
Joe Haddad authored
- create-react-app@1.3.0 - eslint-config-react-app@0.6.1 - react-dev-utils@0.5.2 - react-scripts@0.9.4
-
Dan Abramov authored
-
- 05 Mar, 2017 4 commits
-
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Dan Abramov authored
-
Bond authored
* Bump jsx-a11y version * Update package dependecy for jsx-a11y * Bump version in react-scripts
-
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
-
- 26 Feb, 2017 1 commit
-
-
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
-